Shades of Medium Orchid #BB56CE
Tints of Medium Orchid #BB56CE
RGB
CMYK
RGB Variations
Color information
#BB56CE (or 0xBB56CE) is known color: Medium Orchid. HEX triplet: BB, 56 and CE. RGB value is (187,86,206). Sum of RGB (Red+Green+Blue) = 187+86+206=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56CE is #44A931. Grayscale: #818181. Windows color (decimal): -4499762 or 13522619. OLE color: 13522619.
HSL color Cylindrical-coordinate representation of color #BB56CE: hue angle of 290.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB56CE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 86 | 206 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.19 |
| HSL | 290.5º | 0.55% | 0.57% | - |
| HSV(B) | 290.5º | 0.58% | 0.81% | - |
| XYZ | 34.96 | 21.68 | 60.73 | - |
| YUV | 129.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 206 | 0.09 | 0.58 | 0 | 0.19 | 290.5 | 0.55 | 0.57 |
| Hex | BB | 56 | CE | 9 | 3A | 0 | 13 | 122 | 37 | 39 |
| Octal | 273 | 126 | 316 | 11 | 72 | 0 | 23 | 442 | 67 | 71 |
| Binary | 10111011 | 1010110 | 11001110 | 1001 | 111010 | 0 | 10011 | 100100010 | 110111 | 111001 |
Color Harmonies of #BB56CE
Complementary color
Monochromatic Colors of #BB56CE
Black with #BB56CE
Text Example
Text Example
White with #BB56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56CE; }
p { color: rgb(187,86,206); }
H1.HeaderClassName
{
color: #BB56CE;
}
.AnyTagClassName
{
color: #BB56CE;
}
</style>
background-color css
<style>
a { background-color: #BB56CE; }
a { background-color: rgb(187,86,206); }
div.DivClassName
{
background-color: #BB56CE;
}
.BgClassName
{
background-color: #BB56CE;
}
</style>
border-color css
<style>
span { border-color: #BB56CE; }
span { border-color: rgb(187,86,206); }
td.TdClassName
{
border-color: #BB56CE;
}
.TagClassName
{
border-color: #BB56CE;
}
</style>