#B264CB

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

Shades of Medium Orchid #B264CB

Tints of Medium Orchid #B264CB

Color information

#B264CB (or 0xB264CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and CB. RGB value is (178,100,203). Sum of RGB (Red+Green+Blue) = 178+100+203=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #B264CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264CB is #4D9B34. Grayscale: #868686. Windows color (decimal): -5086005 or 13329586. OLE color: 13329586.

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

Color convert

RGB178100203-
CMYK0.120.5100.20
HSL285.44º49.76%59.41%-
HSV(B)285.44º50.74%79.61%-
XYZ33.722.8959.14-
YUV135.06166.34158.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=37.01%
G=20.79%
B=42.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781002030.120.5100.20285.4449.7659.41
HexB264CBC3301411d323b
Octal26214431314630244356273
Binary101100101100100110010111100110011010100100011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264CB; }

 p { color: rgb(178,100,203); }

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

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

 a { background-color: rgb(178,100,203); }

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

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

 span { border-color: rgb(178,100,203); }

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