#BB55DD

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

Shades of Medium Orchid #BB55DD

Tints of Medium Orchid #BB55DD

Color information

#BB55DD (or 0xBB55DD) is unknown color: approx Medium Orchid. HEX triplet: BB, 55 and DD. RGB value is (187,85,221). Sum of RGB (Red+Green+Blue) = 187+85+221=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55DD is #44AA22. Grayscale: #828282. Windows color (decimal): -4500003 or 14505403. OLE color: 14505403.

HSL color Cylindrical-coordinate representation of color #BB55DD: hue angle of 285º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB55DD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18785221-
CMYK0.150.6200.13
HSL285º66.67%60%-
HSV(B)285º61.54%86.67%-
XYZ36.7922.2870.77-
YUV131178.79167.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187852210.150.6200.1328566.6760
HexBB55DDF3E0D11d433c
Octal273125335177601543510374
Binary101110111010101110111011111111110011011000111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB55DD; }

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

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

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

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

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

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

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

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