#B466CB

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

Shades of Medium Orchid #B466CB

Tints of Medium Orchid #B466CB

Color information

#B466CB (or 0xB466CB) is unknown color: approx Medium Orchid. HEX triplet: B4, 66 and CB. RGB value is (180,102,203). Sum of RGB (Red+Green+Blue) = 180+102+203=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B466CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466CB is #4B9934. Grayscale: #888888. Windows color (decimal): -4954421 or 13330100. OLE color: 13330100.

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

Color convert

RGB180102203-
CMYK0.110.5000.20
HSL286.34º49.27%59.8%-
HSV(B)286.34º49.75%79.61%-
XYZ34.3523.5259.23-
YUV136.84165.34158.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=37.11%
G=21.03%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801022030.110.5000.20286.3449.2759.8
HexB466CBB3201411e313c
Octal26414631313620244366174
Binary101101001100110110010111011110010010100100011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466CB; }

 p { color: rgb(180,102,203); }

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

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

 a { background-color: rgb(180,102,203); }

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

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

 span { border-color: rgb(180,102,203); }

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