Shades of Medium Orchid #BB59C9
Tints of Medium Orchid #BB59C9
RGB
CMYK
RGB Variations
Color information
#BB59C9 (or 0xBB59C9) is known color: Medium Orchid. HEX triplet: BB, 59 and C9. RGB value is (187,89,201). Sum of RGB (Red+Green+Blue) = 187+89+201=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59C9 is #44A636. Grayscale: #828282. Windows color (decimal): -4498999 or 13195707. OLE color: 13195707.
HSL color Cylindrical-coordinate representation of color #BB59C9: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB59C9 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 89 | 201 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.21 |
| HSL | 292.5º | 0.51% | 0.57% | - |
| HSV(B) | 292.5º | 0.56% | 0.79% | - |
| XYZ | 34.61 | 21.93 | 57.67 | - |
| YUV | 131.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 201 | 0.07 | 0.56 | 0 | 0.21 | 292.5 | 0.51 | 0.57 |
| Hex | BB | 59 | C9 | 7 | 38 | 0 | 15 | 124 | 33 | 39 |
| Octal | 273 | 131 | 311 | 7 | 70 | 0 | 25 | 444 | 63 | 71 |
| Binary | 10111011 | 1011001 | 11001001 | 111 | 111000 | 0 | 10101 | 100100100 | 110011 | 111001 |
Color Harmonies of #BB59C9
Complementary color
Monochromatic Colors of #BB59C9
Black with #BB59C9
Text Example
Text Example
White with #BB59C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59C9; }
p { color: rgb(187,89,201); }
H1.HeaderClassName
{
color: #BB59C9;
}
.AnyTagClassName
{
color: #BB59C9;
}
</style>
background-color css
<style>
a { background-color: #BB59C9; }
a { background-color: rgb(187,89,201); }
div.DivClassName
{
background-color: #BB59C9;
}
.BgClassName
{
background-color: #BB59C9;
}
</style>
border-color css
<style>
span { border-color: #BB59C9; }
span { border-color: rgb(187,89,201); }
td.TdClassName
{
border-color: #BB59C9;
}
.TagClassName
{
border-color: #BB59C9;
}
</style>