#BB51CB

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

Shades of Medium Orchid #BB51CB

Tints of Medium Orchid #BB51CB

Color information

#BB51CB (or 0xBB51CB) is unknown color: approx Medium Orchid. HEX triplet: BB, 51 and CB. RGB value is (187,81,203). Sum of RGB (Red+Green+Blue) = 187+81+203=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51CB is #44AE34. Grayscale: #7E7E7E. Windows color (decimal): -4501045 or 13324731. OLE color: 13324731.

HSL color Cylindrical-coordinate representation of color #BB51CB: hue angle of 292.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB51CB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18781203-
CMYK0.080.6000.20
HSL292.13º53.98%55.69%-
HSV(B)292.13º60.1%79.61%-
XYZ34.2220.7658.7-
YUV126.6171.12171.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=39.70%
G=17.20%
B=43.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187812030.080.6000.20292.1353.9855.69
HexBB51CB83C0141243638
Octal27312131310740244446670
Binary101110111010001110010111000111100010100100100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51CB; }

 p { color: rgb(187,81,203); }

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

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

 a { background-color: rgb(187,81,203); }

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

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

 span { border-color: rgb(187,81,203); }

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