#B266CC

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

Shades of Medium Orchid #B266CC

Tints of Medium Orchid #B266CC

Color information

#B266CC (or 0xB266CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and CC. RGB value is (178,102,204). Sum of RGB (Red+Green+Blue) = 178+102+204=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B266CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CC is #4D9933. Grayscale: #888888. Windows color (decimal): -5085492 or 13395634. OLE color: 13395634.

HSL color Cylindrical-coordinate representation of color #B266CC: hue angle of 284.71º degrees, saturation: 0.5, 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 #B266CC is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178102204-
CMYK0.130.500.2
HSL284.71º50%60%-
HSV(B)284.71º50%80%-
XYZ34.0123.3359.84-
YUV136.35166.18157.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=36.78%
G=21.07%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781022040.130.500.2284.715060
HexB266CCD3201411d323c
Octal26214631415620244356274
Binary101100101100110110011001101110010010100100011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266CC; }

 p { color: rgb(178,102,204); }

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

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

 a { background-color: rgb(178,102,204); }

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

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

 span { border-color: rgb(178,102,204); }

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