Shades of Medium Orchid #BB4EDB
Tints of Medium Orchid #BB4EDB
RGB
CMYK
RGB Variations
Color information
#BB4EDB (or 0xBB4EDB) is known color: Medium Orchid. HEX triplet: BB, 4E and DB. RGB value is (187,78,219). Sum of RGB (Red+Green+Blue) = 187+78+219=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EDB is #44B124. Grayscale: #7E7E7E. Windows color (decimal): -4501797 or 14372539. OLE color: 14372539.
HSL color Cylindrical-coordinate representation of color #BB4EDB: hue angle of 286.38º 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 #BB4EDB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 78 | 219 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.14 |
| HSL | 286.38º | 0.66% | 0.58% | - |
| HSV(B) | 286.38º | 0.64% | 0.86% | - |
| XYZ | 36 | 21.13 | 69.2 | - |
| YUV | 126.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 219 | 0.15 | 0.64 | 0 | 0.14 | 286.38 | 0.66 | 0.58 |
| Hex | BB | 4E | DB | F | 40 | 0 | E | 11E | 42 | 3A |
| Octal | 273 | 116 | 333 | 17 | 100 | 0 | 16 | 436 | 102 | 72 |
| Binary | 10111011 | 1001110 | 11011011 | 1111 | 1000000 | 0 | 1110 | 100011110 | 1000010 | 111010 |
Color Harmonies of #BB4EDB
Complementary color
Monochromatic Colors of #BB4EDB
Black with #BB4EDB
Text Example
Text Example
White with #BB4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EDB; }
p { color: rgb(187,78,219); }
H1.HeaderClassName
{
color: #BB4EDB;
}
.AnyTagClassName
{
color: #BB4EDB;
}
</style>
background-color css
<style>
a { background-color: #BB4EDB; }
a { background-color: rgb(187,78,219); }
div.DivClassName
{
background-color: #BB4EDB;
}
.BgClassName
{
background-color: #BB4EDB;
}
</style>
border-color css
<style>
span { border-color: #BB4EDB; }
span { border-color: rgb(187,78,219); }
td.TdClassName
{
border-color: #BB4EDB;
}
.TagClassName
{
border-color: #BB4EDB;
}
</style>