Shades of Medium Orchid #BB4FDB
Tints of Medium Orchid #BB4FDB
RGB
CMYK
RGB Variations
Color information
#BB4FDB (or 0xBB4FDB) is known color: Medium Orchid. HEX triplet: BB, 4F and DB. RGB value is (187,79,219). Sum of RGB (Red+Green+Blue) = 187+79+219=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FDB is #44B024. Grayscale: #7E7E7E. Windows color (decimal): -4501541 or 14372795. OLE color: 14372795.
HSL color Cylindrical-coordinate representation of color #BB4FDB: hue angle of 286.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4FDB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 79 | 219 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.14 |
| HSL | 286.29º | 0.66% | 0.58% | - |
| HSV(B) | 286.29º | 0.64% | 0.86% | - |
| XYZ | 36.08 | 21.27 | 69.22 | - |
| YUV | 127.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 219 | 0.15 | 0.64 | 0 | 0.14 | 286.29 | 0.66 | 0.58 |
| Hex | BB | 4F | DB | F | 40 | 0 | E | 11E | 42 | 3A |
| Octal | 273 | 117 | 333 | 17 | 100 | 0 | 16 | 436 | 102 | 72 |
| Binary | 10111011 | 1001111 | 11011011 | 1111 | 1000000 | 0 | 1110 | 100011110 | 1000010 | 111010 |
Color Harmonies of #BB4FDB
Complementary color
Monochromatic Colors of #BB4FDB
Black with #BB4FDB
Text Example
Text Example
White with #BB4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FDB; }
p { color: rgb(187,79,219); }
H1.HeaderClassName
{
color: #BB4FDB;
}
.AnyTagClassName
{
color: #BB4FDB;
}
</style>
background-color css
<style>
a { background-color: #BB4FDB; }
a { background-color: rgb(187,79,219); }
div.DivClassName
{
background-color: #BB4FDB;
}
.BgClassName
{
background-color: #BB4FDB;
}
</style>
border-color css
<style>
span { border-color: #BB4FDB; }
span { border-color: rgb(187,79,219); }
td.TdClassName
{
border-color: #BB4FDB;
}
.TagClassName
{
border-color: #BB4FDB;
}
</style>