Shades of Medium Orchid #BB73D5
Tints of Medium Orchid #BB73D5
RGB
CMYK
RGB Variations
Color information
#BB73D5 (or 0xBB73D5) is known color: Medium Orchid. HEX triplet: BB, 73 and D5. RGB value is (187,115,213). Sum of RGB (Red+Green+Blue) = 187+115+213=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D5 is #448C2A. Grayscale: #939393. Windows color (decimal): -4492331 or 13988795. OLE color: 13988795.
HSL color Cylindrical-coordinate representation of color #BB73D5: hue angle of 284.08º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB73D5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 115 | 213 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.16 |
| HSL | 284.08º | 0.54% | 0.64% | - |
| HSV(B) | 284.08º | 0.46% | 0.84% | - |
| XYZ | 38.63 | 27.63 | 66.25 | - |
| YUV | 147.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 213 | 0.12 | 0.46 | 0 | 0.16 | 284.08 | 0.54 | 0.64 |
| Hex | BB | 73 | D5 | C | 2E | 0 | 10 | 11C | 36 | 40 |
| Octal | 273 | 163 | 325 | 14 | 56 | 0 | 20 | 434 | 66 | 100 |
| Binary | 10111011 | 1110011 | 11010101 | 1100 | 101110 | 0 | 10000 | 100011100 | 110110 | 1000000 |
Color Harmonies of #BB73D5
Complementary color
Monochromatic Colors of #BB73D5
Black with #BB73D5
Text Example
Text Example
White with #BB73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73D5; }
p { color: rgb(187,115,213); }
H1.HeaderClassName
{
color: #BB73D5;
}
.AnyTagClassName
{
color: #BB73D5;
}
</style>
background-color css
<style>
a { background-color: #BB73D5; }
a { background-color: rgb(187,115,213); }
div.DivClassName
{
background-color: #BB73D5;
}
.BgClassName
{
background-color: #BB73D5;
}
</style>
border-color css
<style>
span { border-color: #BB73D5; }
span { border-color: rgb(187,115,213); }
td.TdClassName
{
border-color: #BB73D5;
}
.TagClassName
{
border-color: #BB73D5;
}
</style>