Shades of Medium Orchid #BB73D3
Tints of Medium Orchid #BB73D3
RGB
CMYK
RGB Variations
Color information
#BB73D3 (or 0xBB73D3) is known color: Medium Orchid. HEX triplet: BB, 73 and D3. RGB value is (187,115,211). Sum of RGB (Red+Green+Blue) = 187+115+211=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB73D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D3 is #448C2C. Grayscale: #939393. Windows color (decimal): -4492333 or 13857723. OLE color: 13857723.
HSL color Cylindrical-coordinate representation of color #BB73D3: hue angle of 285º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB73D3 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 115 | 211 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.17 |
| HSL | 285º | 0.52% | 0.64% | - |
| HSV(B) | 285º | 0.45% | 0.83% | - |
| XYZ | 38.38 | 27.53 | 64.92 | - |
| YUV | 147.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 211 | 0.11 | 0.45 | 0 | 0.17 | 285 | 0.52 | 0.64 |
| Hex | BB | 73 | D3 | B | 2D | 0 | 11 | 11D | 34 | 40 |
| Octal | 273 | 163 | 323 | 13 | 55 | 0 | 21 | 435 | 64 | 100 |
| Binary | 10111011 | 1110011 | 11010011 | 1011 | 101101 | 0 | 10001 | 100011101 | 110100 | 1000000 |
Color Harmonies of #BB73D3
Complementary color
Monochromatic Colors of #BB73D3
Black with #BB73D3
Text Example
Text Example
White with #BB73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73D3; }
p { color: rgb(187,115,211); }
H1.HeaderClassName
{
color: #BB73D3;
}
.AnyTagClassName
{
color: #BB73D3;
}
</style>
background-color css
<style>
a { background-color: #BB73D3; }
a { background-color: rgb(187,115,211); }
div.DivClassName
{
background-color: #BB73D3;
}
.BgClassName
{
background-color: #BB73D3;
}
</style>
border-color css
<style>
span { border-color: #BB73D3; }
span { border-color: rgb(187,115,211); }
td.TdClassName
{
border-color: #BB73D3;
}
.TagClassName
{
border-color: #BB73D3;
}
</style>