Shades of Medium Orchid #BB4DDB
Tints of Medium Orchid #BB4DDB
RGB
CMYK
RGB Variations
Color information
#BB4DDB (or 0xBB4DDB) is known color: Medium Orchid. HEX triplet: BB, 4D and DB. RGB value is (187,77,219). Sum of RGB (Red+Green+Blue) = 187+77+219=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DDB is #44B224. Grayscale: #7D7D7D. Windows color (decimal): -4502053 or 14372283. OLE color: 14372283.
HSL color Cylindrical-coordinate representation of color #BB4DDB: hue angle of 286.48º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4DDB is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 77 | 219 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 286.48º | 0.66% | 0.58% | - |
| HSV(B) | 286.48º | 0.65% | 0.86% | - |
| XYZ | 35.93 | 20.99 | 69.17 | - |
| YUV | 126.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 219 | 0.15 | 0.65 | 0 | 0.14 | 286.48 | 0.66 | 0.58 |
| Hex | BB | 4D | DB | F | 41 | 0 | E | 11E | 42 | 3A |
| Octal | 273 | 115 | 333 | 17 | 101 | 0 | 16 | 436 | 102 | 72 |
| Binary | 10111011 | 1001101 | 11011011 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000010 | 111010 |
Color Harmonies of #BB4DDB
Complementary color
Monochromatic Colors of #BB4DDB
Black with #BB4DDB
Text Example
Text Example
White with #BB4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DDB; }
p { color: rgb(187,77,219); }
H1.HeaderClassName
{
color: #BB4DDB;
}
.AnyTagClassName
{
color: #BB4DDB;
}
</style>
background-color css
<style>
a { background-color: #BB4DDB; }
a { background-color: rgb(187,77,219); }
div.DivClassName
{
background-color: #BB4DDB;
}
.BgClassName
{
background-color: #BB4DDB;
}
</style>
border-color css
<style>
span { border-color: #BB4DDB; }
span { border-color: rgb(187,77,219); }
td.TdClassName
{
border-color: #BB4DDB;
}
.TagClassName
{
border-color: #BB4DDB;
}
</style>