#B266DB

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

Shades of Medium Orchid #B266DB

Tints of Medium Orchid #B266DB

Color information

#B266DB (or 0xB266DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and DB. RGB value is (178,102,219). Sum of RGB (Red+Green+Blue) = 178+102+219=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B266DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DB is #4D9924. Grayscale: #898989. Windows color (decimal): -5085477 or 14378674. OLE color: 14378674.

HSL color Cylindrical-coordinate representation of color #B266DB: hue angle of 278.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B266DB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178102219-
CMYK0.190.5300.14
HSL278.97º61.9%62.94%-
HSV(B)278.97º53.42%85.88%-
XYZ35.924.0869.77-
YUV138.06173.68156.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=35.67%
G=20.44%
B=43.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781022190.190.5300.14278.9761.962.94
HexB266DB13350E1173e3f
Octal26214633323650164277677
Binary101100101100110110110111001111010101110100010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266DB; }

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

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

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

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

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

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

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

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