Shades of Medium Orchid #BB59DC
Tints of Medium Orchid #BB59DC
RGB
CMYK
RGB Variations
Color information
#BB59DC (or 0xBB59DC) is known color: Medium Orchid. HEX triplet: BB, 59 and DC. RGB value is (187,89,220). Sum of RGB (Red+Green+Blue) = 187+89+220=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59DC is #44A623. Grayscale: #848484. Windows color (decimal): -4498980 or 14440891. OLE color: 14440891.
HSL color Cylindrical-coordinate representation of color #BB59DC: hue angle of 284.89º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB59DC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 89 | 220 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.14 |
| HSL | 284.89º | 0.65% | 0.61% | - |
| HSV(B) | 284.89º | 0.6% | 0.86% | - |
| XYZ | 36.98 | 22.88 | 70.18 | - |
| YUV | 133.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 220 | 0.15 | 0.60 | 0 | 0.14 | 284.89 | 0.65 | 0.61 |
| Hex | BB | 59 | DC | F | 3C | 0 | E | 11D | 41 | 3D |
| Octal | 273 | 131 | 334 | 17 | 74 | 0 | 16 | 435 | 101 | 75 |
| Binary | 10111011 | 1011001 | 11011100 | 1111 | 111100 | 0 | 1110 | 100011101 | 1000001 | 111101 |
Color Harmonies of #BB59DC
Complementary color
Monochromatic Colors of #BB59DC
Black with #BB59DC
Text Example
Text Example
White with #BB59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59DC; }
p { color: rgb(187,89,220); }
H1.HeaderClassName
{
color: #BB59DC;
}
.AnyTagClassName
{
color: #BB59DC;
}
</style>
background-color css
<style>
a { background-color: #BB59DC; }
a { background-color: rgb(187,89,220); }
div.DivClassName
{
background-color: #BB59DC;
}
.BgClassName
{
background-color: #BB59DC;
}
</style>
border-color css
<style>
span { border-color: #BB59DC; }
span { border-color: rgb(187,89,220); }
td.TdClassName
{
border-color: #BB59DC;
}
.TagClassName
{
border-color: #BB59DC;
}
</style>