#b766db

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

Shades of Medium Orchid #B766DB

Tints of Medium Orchid #B766DB

Color information

#B766DB (or 0xB766DB) is unknown color: approx Medium Orchid. HEX triplet: B7, 66 and DB. RGB value is (183,102,219). Sum of RGB (Red+Green+Blue) = 183+102+219=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B766DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766DB is #489924. Grayscale: #8B8B8B. Windows color (decimal): -4757797 or 14378679. OLE color: 14378679.

HSL color Cylindrical-coordinate representation of color #B766DB: hue angle of 281.54º 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 #B766DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183102219-
CMYK0.160.5300.14
HSL281.54º61.9%62.94%-
HSV(B)281.54º53.42%85.88%-
XYZ37.0724.6869.83-
YUV139.56172.84158.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=36.31%
G=20.24%
B=43.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831022190.160.5300.14281.5461.962.94
HexB766DB10350E11a3e3f
Octal26714633320650164327677
Binary101101111100110110110111000011010101110100011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b766db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b766db; }

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

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

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

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

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

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

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

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