Shades of Medium Orchid #BB59CE
Tints of Medium Orchid #BB59CE
RGB
CMYK
RGB Variations
Color information
#BB59CE (or 0xBB59CE) is known color: Medium Orchid. HEX triplet: BB, 59 and CE. RGB value is (187,89,206). Sum of RGB (Red+Green+Blue) = 187+89+206=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59CE is #44A631. Grayscale: #838383. Windows color (decimal): -4498994 or 13523387. OLE color: 13523387.
HSL color Cylindrical-coordinate representation of color #BB59CE: hue angle of 290.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB59CE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 89 | 206 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.19 |
| HSL | 290.26º | 0.54% | 0.58% | - |
| HSV(B) | 290.26º | 0.57% | 0.81% | - |
| XYZ | 35.21 | 22.17 | 60.82 | - |
| YUV | 131.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 206 | 0.09 | 0.57 | 0 | 0.19 | 290.26 | 0.54 | 0.58 |
| Hex | BB | 59 | CE | 9 | 39 | 0 | 13 | 122 | 36 | 3A |
| Octal | 273 | 131 | 316 | 11 | 71 | 0 | 23 | 442 | 66 | 72 |
| Binary | 10111011 | 1011001 | 11001110 | 1001 | 111001 | 0 | 10011 | 100100010 | 110110 | 111010 |
Color Harmonies of #BB59CE
Complementary color
Monochromatic Colors of #BB59CE
Black with #BB59CE
Text Example
Text Example
White with #BB59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59CE; }
p { color: rgb(187,89,206); }
H1.HeaderClassName
{
color: #BB59CE;
}
.AnyTagClassName
{
color: #BB59CE;
}
</style>
background-color css
<style>
a { background-color: #BB59CE; }
a { background-color: rgb(187,89,206); }
div.DivClassName
{
background-color: #BB59CE;
}
.BgClassName
{
background-color: #BB59CE;
}
</style>
border-color css
<style>
span { border-color: #BB59CE; }
span { border-color: rgb(187,89,206); }
td.TdClassName
{
border-color: #BB59CE;
}
.TagClassName
{
border-color: #BB59CE;
}
</style>