Shades of Medium Orchid #BB36D9
Tints of Medium Orchid #BB36D9
RGB
CMYK
RGB Variations
Color information
#BB36D9 (or 0xBB36D9) is known color: Medium Orchid. HEX triplet: BB, 36 and D9. RGB value is (187,54,217). Sum of RGB (Red+Green+Blue) = 187+54+217=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB36D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36D9 is #44C926. Grayscale: #6F6F6F. Windows color (decimal): -4507943 or 14235323. OLE color: 14235323.
HSL color Cylindrical-coordinate representation of color #BB36D9: hue angle of 288.96º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB36D9 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 54 | 217 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.15 |
| HSL | 288.96º | 0.68% | 0.53% | - |
| HSV(B) | 288.96º | 0.75% | 0.85% | - |
| XYZ | 34.34 | 18.21 | 67.35 | - |
| YUV | 112.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 217 | 0.14 | 0.75 | 0 | 0.15 | 288.96 | 0.68 | 0.53 |
| Hex | BB | 36 | D9 | E | 4B | 0 | F | 121 | 44 | 35 |
| Octal | 273 | 66 | 331 | 16 | 113 | 0 | 17 | 441 | 104 | 65 |
| Binary | 10111011 | 110110 | 11011001 | 1110 | 1001011 | 0 | 1111 | 100100001 | 1000100 | 110101 |
Color Harmonies of #BB36D9
Complementary color
Monochromatic Colors of #BB36D9
Black with #BB36D9
Text Example
Text Example
White with #BB36D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36D9; }
p { color: rgb(187,54,217); }
H1.HeaderClassName
{
color: #BB36D9;
}
.AnyTagClassName
{
color: #BB36D9;
}
</style>
background-color css
<style>
a { background-color: #BB36D9; }
a { background-color: rgb(187,54,217); }
div.DivClassName
{
background-color: #BB36D9;
}
.BgClassName
{
background-color: #BB36D9;
}
</style>
border-color css
<style>
span { border-color: #BB36D9; }
span { border-color: rgb(187,54,217); }
td.TdClassName
{
border-color: #BB36D9;
}
.TagClassName
{
border-color: #BB36D9;
}
</style>