#BB55DB

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

Shades of Medium Orchid #BB55DB

Tints of Medium Orchid #BB55DB

Color information

#BB55DB (or 0xBB55DB) is unknown color: approx Medium Orchid. HEX triplet: BB, 55 and DB. RGB value is (187,85,219). Sum of RGB (Red+Green+Blue) = 187+85+219=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55DB is #44AA24. Grayscale: #828282. Windows color (decimal): -4500005 or 14374331. OLE color: 14374331.

HSL color Cylindrical-coordinate representation of color #BB55DB: hue angle of 285.67º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB55DB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18785219-
CMYK0.150.6100.14
HSL285.67º65.05%59.61%-
HSV(B)285.67º61.19%85.88%-
XYZ36.5322.1869.37-
YUV130.77177.79168.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=38.09%
G=17.31%
B=44.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187852190.150.6100.14285.6765.0559.61
HexBB55DBF3D0E11e413c
Octal273125333177501643610174
Binary101110111010101110110111111111101011101000111101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55DB; }

 p { color: rgb(187,85,219); }

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

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

 a { background-color: rgb(187,85,219); }

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

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

 span { border-color: rgb(187,85,219); }

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