Shades of Medium Orchid #BB73D0
Tints of Medium Orchid #BB73D0
RGB
CMYK
RGB Variations
Color information
#BB73D0 (or 0xBB73D0) is known color: Medium Orchid. HEX triplet: BB, 73 and D0. RGB value is (187,115,208). Sum of RGB (Red+Green+Blue) = 187+115+208=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D0 is #448C2F. Grayscale: #929292. Windows color (decimal): -4492336 or 13661115. OLE color: 13661115.
HSL color Cylindrical-coordinate representation of color #BB73D0: hue angle of 286.45º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB73D0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 115 | 208 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.18 |
| HSL | 286.45º | 0.5% | 0.63% | - |
| HSV(B) | 286.45º | 0.45% | 0.82% | - |
| XYZ | 38.01 | 27.38 | 62.96 | - |
| YUV | 147.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 208 | 0.10 | 0.45 | 0 | 0.18 | 286.45 | 0.5 | 0.63 |
| Hex | BB | 73 | D0 | A | 2D | 0 | 12 | 11E | 32 | 3F |
| Octal | 273 | 163 | 320 | 12 | 55 | 0 | 22 | 436 | 62 | 77 |
| Binary | 10111011 | 1110011 | 11010000 | 1010 | 101101 | 0 | 10010 | 100011110 | 110010 | 111111 |
Color Harmonies of #BB73D0
Complementary color
Monochromatic Colors of #BB73D0
Black with #BB73D0
Text Example
Text Example
White with #BB73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73D0; }
p { color: rgb(187,115,208); }
H1.HeaderClassName
{
color: #BB73D0;
}
.AnyTagClassName
{
color: #BB73D0;
}
</style>
background-color css
<style>
a { background-color: #BB73D0; }
a { background-color: rgb(187,115,208); }
div.DivClassName
{
background-color: #BB73D0;
}
.BgClassName
{
background-color: #BB73D0;
}
</style>
border-color css
<style>
span { border-color: #BB73D0; }
span { border-color: rgb(187,115,208); }
td.TdClassName
{
border-color: #BB73D0;
}
.TagClassName
{
border-color: #BB73D0;
}
</style>