Shades of Medium Orchid #BB73D9
Tints of Medium Orchid #BB73D9
RGB
CMYK
RGB Variations
Color information
#BB73D9 (or 0xBB73D9) is known color: Medium Orchid. HEX triplet: BB, 73 and D9. RGB value is (187,115,217). Sum of RGB (Red+Green+Blue) = 187+115+217=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D9 is #448C26. Grayscale: #939393. Windows color (decimal): -4492327 or 14250939. OLE color: 14250939.
HSL color Cylindrical-coordinate representation of color #BB73D9: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB73D9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 115 | 217 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.15 |
| HSL | 282.35º | 0.57% | 0.65% | - |
| HSV(B) | 282.35º | 0.47% | 0.85% | - |
| XYZ | 39.15 | 27.84 | 68.96 | - |
| YUV | 148.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 217 | 0.14 | 0.47 | 0 | 0.15 | 282.35 | 0.57 | 0.65 |
| Hex | BB | 73 | D9 | E | 2F | 0 | F | 11A | 39 | 41 |
| Octal | 273 | 163 | 331 | 16 | 57 | 0 | 17 | 432 | 71 | 101 |
| Binary | 10111011 | 1110011 | 11011001 | 1110 | 101111 | 0 | 1111 | 100011010 | 111001 | 1000001 |
Color Harmonies of #BB73D9
Complementary color
Monochromatic Colors of #BB73D9
Black with #BB73D9
Text Example
Text Example
White with #BB73D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73D9; }
p { color: rgb(187,115,217); }
H1.HeaderClassName
{
color: #BB73D9;
}
.AnyTagClassName
{
color: #BB73D9;
}
</style>
background-color css
<style>
a { background-color: #BB73D9; }
a { background-color: rgb(187,115,217); }
div.DivClassName
{
background-color: #BB73D9;
}
.BgClassName
{
background-color: #BB73D9;
}
</style>
border-color css
<style>
span { border-color: #BB73D9; }
span { border-color: rgb(187,115,217); }
td.TdClassName
{
border-color: #BB73D9;
}
.TagClassName
{
border-color: #BB73D9;
}
</style>