Shades of Medium Orchid #BB73D4
Tints of Medium Orchid #BB73D4
RGB
CMYK
RGB Variations
Color information
#BB73D4 (or 0xBB73D4) is known color: Medium Orchid. HEX triplet: BB, 73 and D4. RGB value is (187,115,212). Sum of RGB (Red+Green+Blue) = 187+115+212=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D4 is #448C2B. Grayscale: #939393. Windows color (decimal): -4492332 or 13923259. OLE color: 13923259.
HSL color Cylindrical-coordinate representation of color #BB73D4: hue angle of 284.54º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB73D4 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 115 | 212 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 284.54º | 0.53% | 0.64% | - |
| HSV(B) | 284.54º | 0.46% | 0.83% | - |
| XYZ | 38.51 | 27.58 | 65.58 | - |
| YUV | 147.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 212 | 0.12 | 0.46 | 0 | 0.17 | 284.54 | 0.53 | 0.64 |
| Hex | BB | 73 | D4 | C | 2E | 0 | 11 | 11D | 35 | 40 |
| Octal | 273 | 163 | 324 | 14 | 56 | 0 | 21 | 435 | 65 | 100 |
| Binary | 10111011 | 1110011 | 11010100 | 1100 | 101110 | 0 | 10001 | 100011101 | 110101 | 1000000 |
Color Harmonies of #BB73D4
Complementary color
Monochromatic Colors of #BB73D4
Black with #BB73D4
Text Example
Text Example
White with #BB73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73D4; }
p { color: rgb(187,115,212); }
H1.HeaderClassName
{
color: #BB73D4;
}
.AnyTagClassName
{
color: #BB73D4;
}
</style>
background-color css
<style>
a { background-color: #BB73D4; }
a { background-color: rgb(187,115,212); }
div.DivClassName
{
background-color: #BB73D4;
}
.BgClassName
{
background-color: #BB73D4;
}
</style>
border-color css
<style>
span { border-color: #BB73D4; }
span { border-color: rgb(187,115,212); }
td.TdClassName
{
border-color: #BB73D4;
}
.TagClassName
{
border-color: #BB73D4;
}
</style>