#B636CD

Color #B636CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B636CD

Tints of Medium Orchid #B636CD

Color information

#B636CD (or 0xB636CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 36 and CD. RGB value is (182,54,205). Sum of RGB (Red+Green+Blue) = 182+54+205=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #B636CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636CD is #49C932. Grayscale: #6D6D6D. Windows color (decimal): -4835635 or 13448886. OLE color: 13448886.

HSL color Cylindrical-coordinate representation of color #B636CD: hue angle of 290.86º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B636CD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18254205-
CMYK0.110.7400.20
HSL290.86º60.16%50.78%-
HSV(B)290.86º73.66%80.39%-
XYZ31.6316.9959.37-
YUV109.49181.91179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=41.27%
G=12.24%
B=46.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182542050.110.7400.20290.8660.1650.78
HexB636CDB4A0141233c33
Octal26666315131120244437463
Binary101101101101101100110110111001010010100100100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636CD; }

 p { color: rgb(182,54,205); }

 H1.HeaderClassName
 {
   color: #B636CD;
 }
 .AnyTagClassName
 {
   color: #B636CD;
 }
</style>
background-color css

<style>
 a { background-color: #B636CD; }

 a { background-color: rgb(182,54,205); }

 div.DivClassName
 {
   background-color: #B636CD;
 }
 .BgClassName
 {
   background-color: #B636CD;
 }
</style>
border-color css

<style>
 span { border-color: #B636CD; }

 span { border-color: rgb(182,54,205); }

 td.TdClassName
 {
   border-color: #B636CD;
 }
 .TagClassName
 {
   border-color: #B636CD;
 }
</style>