Shades of Medium Orchid #B04DDB
Tints of Medium Orchid #B04DDB
RGB
CMYK
RGB Variations
Color information
#B04DDB (or 0xB04DDB) is known color: Medium Orchid. HEX triplet: B0, 4D and DB. RGB value is (176,77,219). Sum of RGB (Red+Green+Blue) = 176+77+219=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B04DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DDB is #4FB224. Grayscale: #7A7A7A. Windows color (decimal): -5222949 or 14372272. OLE color: 14372272.
HSL color Cylindrical-coordinate representation of color #B04DDB: hue angle of 281.83º 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 #B04DDB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 77 | 219 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.14 |
| HSL | 281.83º | 0.66% | 0.58% | - |
| HSV(B) | 281.83º | 0.65% | 0.86% | - |
| XYZ | 33.34 | 19.65 | 69.05 | - |
| YUV | 122.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 219 | 0.20 | 0.65 | 0 | 0.14 | 281.83 | 0.66 | 0.58 |
| Hex | B0 | 4D | DB | 14 | 41 | 0 | E | 11A | 42 | 3A |
| Octal | 260 | 115 | 333 | 24 | 101 | 0 | 16 | 432 | 102 | 72 |
| Binary | 10110000 | 1001101 | 11011011 | 10100 | 1000001 | 0 | 1110 | 100011010 | 1000010 | 111010 |
Color Harmonies of #B04DDB
Complementary color
Monochromatic Colors of #B04DDB
Black with #B04DDB
Text Example
Text Example
White with #B04DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DDB; }
p { color: rgb(176,77,219); }
H1.HeaderClassName
{
color: #B04DDB;
}
.AnyTagClassName
{
color: #B04DDB;
}
</style>
background-color css
<style>
a { background-color: #B04DDB; }
a { background-color: rgb(176,77,219); }
div.DivClassName
{
background-color: #B04DDB;
}
.BgClassName
{
background-color: #B04DDB;
}
</style>
border-color css
<style>
span { border-color: #B04DDB; }
span { border-color: rgb(176,77,219); }
td.TdClassName
{
border-color: #B04DDB;
}
.TagClassName
{
border-color: #B04DDB;
}
</style>