Shades of Medium Orchid #BB73DB
Tints of Medium Orchid #BB73DB
RGB
CMYK
RGB Variations
Color information
#BB73DB (or 0xBB73DB) is known color: Medium Orchid. HEX triplet: BB, 73 and DB. RGB value is (187,115,219). Sum of RGB (Red+Green+Blue) = 187+115+219=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DB is #448C24. Grayscale: #949494. Windows color (decimal): -4492325 or 14382011. OLE color: 14382011.
HSL color Cylindrical-coordinate representation of color #BB73DB: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB73DB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 115 | 219 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.14 |
| HSL | 281.54º | 0.59% | 0.65% | - |
| HSV(B) | 281.54º | 0.47% | 0.86% | - |
| XYZ | 39.41 | 27.94 | 70.33 | - |
| YUV | 148.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 219 | 0.15 | 0.47 | 0 | 0.14 | 281.54 | 0.59 | 0.65 |
| Hex | BB | 73 | DB | F | 2F | 0 | E | 11A | 3B | 41 |
| Octal | 273 | 163 | 333 | 17 | 57 | 0 | 16 | 432 | 73 | 101 |
| Binary | 10111011 | 1110011 | 11011011 | 1111 | 101111 | 0 | 1110 | 100011010 | 111011 | 1000001 |
Color Harmonies of #BB73DB
Complementary color
Monochromatic Colors of #BB73DB
Black with #BB73DB
Text Example
Text Example
White with #BB73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73DB; }
p { color: rgb(187,115,219); }
H1.HeaderClassName
{
color: #BB73DB;
}
.AnyTagClassName
{
color: #BB73DB;
}
</style>
background-color css
<style>
a { background-color: #BB73DB; }
a { background-color: rgb(187,115,219); }
div.DivClassName
{
background-color: #BB73DB;
}
.BgClassName
{
background-color: #BB73DB;
}
</style>
border-color css
<style>
span { border-color: #BB73DB; }
span { border-color: rgb(187,115,219); }
td.TdClassName
{
border-color: #BB73DB;
}
.TagClassName
{
border-color: #BB73DB;
}
</style>