Shades of Medium Orchid #B04DD8
Tints of Medium Orchid #B04DD8
RGB
CMYK
RGB Variations
Color information
#B04DD8 (or 0xB04DD8) is known color: Medium Orchid. HEX triplet: B0, 4D and D8. RGB value is (176,77,216). Sum of RGB (Red+Green+Blue) = 176+77+216=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #B04DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DD8 is #4FB227. Grayscale: #797979. Windows color (decimal): -5222952 or 14175664. OLE color: 14175664.
HSL color Cylindrical-coordinate representation of color #B04DD8: hue angle of 282.73º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04DD8 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 77 | 216 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.15 |
| HSL | 282.73º | 0.64% | 0.57% | - |
| HSV(B) | 282.73º | 0.64% | 0.85% | - |
| XYZ | 32.95 | 19.5 | 66.99 | - |
| YUV | 122.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 216 | 0.19 | 0.64 | 0 | 0.15 | 282.73 | 0.64 | 0.57 |
| Hex | B0 | 4D | D8 | 13 | 40 | 0 | F | 11B | 40 | 39 |
| Octal | 260 | 115 | 330 | 23 | 100 | 0 | 17 | 433 | 100 | 71 |
| Binary | 10110000 | 1001101 | 11011000 | 10011 | 1000000 | 0 | 1111 | 100011011 | 1000000 | 111001 |
Color Harmonies of #B04DD8
Complementary color
Monochromatic Colors of #B04DD8
Black with #B04DD8
Text Example
Text Example
White with #B04DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DD8; }
p { color: rgb(176,77,216); }
H1.HeaderClassName
{
color: #B04DD8;
}
.AnyTagClassName
{
color: #B04DD8;
}
</style>
background-color css
<style>
a { background-color: #B04DD8; }
a { background-color: rgb(176,77,216); }
div.DivClassName
{
background-color: #B04DD8;
}
.BgClassName
{
background-color: #B04DD8;
}
</style>
border-color css
<style>
span { border-color: #B04DD8; }
span { border-color: rgb(176,77,216); }
td.TdClassName
{
border-color: #B04DD8;
}
.TagClassName
{
border-color: #B04DD8;
}
</style>