Shades of Medium Orchid #BB37DB
Tints of Medium Orchid #BB37DB
RGB
CMYK
RGB Variations
Color information
#BB37DB (or 0xBB37DB) is known color: Medium Orchid. HEX triplet: BB, 37 and DB. RGB value is (187,55,219). Sum of RGB (Red+Green+Blue) = 187+55+219=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37DB is #44C824. Grayscale: #707070. Windows color (decimal): -4507685 or 14366651. OLE color: 14366651.
HSL color Cylindrical-coordinate representation of color #BB37DB: hue angle of 288.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB37DB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 55 | 219 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.14 |
| HSL | 288.29º | 0.69% | 0.54% | - |
| HSV(B) | 288.29º | 0.75% | 0.86% | - |
| XYZ | 34.65 | 18.41 | 68.75 | - |
| YUV | 113.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 219 | 0.15 | 0.75 | 0 | 0.14 | 288.29 | 0.69 | 0.54 |
| Hex | BB | 37 | DB | F | 4B | 0 | E | 120 | 45 | 36 |
| Octal | 273 | 67 | 333 | 17 | 113 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111011 | 110111 | 11011011 | 1111 | 1001011 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BB37DB
Complementary color
Monochromatic Colors of #BB37DB
Black with #BB37DB
Text Example
Text Example
White with #BB37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37DB; }
p { color: rgb(187,55,219); }
H1.HeaderClassName
{
color: #BB37DB;
}
.AnyTagClassName
{
color: #BB37DB;
}
</style>
background-color css
<style>
a { background-color: #BB37DB; }
a { background-color: rgb(187,55,219); }
div.DivClassName
{
background-color: #BB37DB;
}
.BgClassName
{
background-color: #BB37DB;
}
</style>
border-color css
<style>
span { border-color: #BB37DB; }
span { border-color: rgb(187,55,219); }
td.TdClassName
{
border-color: #BB37DB;
}
.TagClassName
{
border-color: #BB37DB;
}
</style>