Shades of Medium Orchid #BB59DD
Tints of Medium Orchid #BB59DD
RGB
CMYK
RGB Variations
Color information
#BB59DD (or 0xBB59DD) is known color: Medium Orchid. HEX triplet: BB, 59 and DD. RGB value is (187,89,221). Sum of RGB (Red+Green+Blue) = 187+89+221=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59DD is #44A622. Grayscale: #848484. Windows color (decimal): -4498979 or 14506427. OLE color: 14506427.
HSL color Cylindrical-coordinate representation of color #BB59DD: hue angle of 284.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB59DD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 89 | 221 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.13 |
| HSL | 284.55º | 0.66% | 0.61% | - |
| HSV(B) | 284.55º | 0.6% | 0.87% | - |
| XYZ | 37.12 | 22.93 | 70.88 | - |
| YUV | 133.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 221 | 0.15 | 0.60 | 0 | 0.13 | 284.55 | 0.66 | 0.61 |
| Hex | BB | 59 | DD | F | 3C | 0 | D | 11D | 42 | 3D |
| Octal | 273 | 131 | 335 | 17 | 74 | 0 | 15 | 435 | 102 | 75 |
| Binary | 10111011 | 1011001 | 11011101 | 1111 | 111100 | 0 | 1101 | 100011101 | 1000010 | 111101 |
Color Harmonies of #BB59DD
Complementary color
Monochromatic Colors of #BB59DD
Black with #BB59DD
Text Example
Text Example
White with #BB59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59DD; }
p { color: rgb(187,89,221); }
H1.HeaderClassName
{
color: #BB59DD;
}
.AnyTagClassName
{
color: #BB59DD;
}
</style>
background-color css
<style>
a { background-color: #BB59DD; }
a { background-color: rgb(187,89,221); }
div.DivClassName
{
background-color: #BB59DD;
}
.BgClassName
{
background-color: #BB59DD;
}
</style>
border-color css
<style>
span { border-color: #BB59DD; }
span { border-color: rgb(187,89,221); }
td.TdClassName
{
border-color: #BB59DD;
}
.TagClassName
{
border-color: #BB59DD;
}
</style>