Shades of Medium Orchid #B04EDA
Tints of Medium Orchid #B04EDA
RGB
CMYK
RGB Variations
Color information
#B04EDA (or 0xB04EDA) is known color: Medium Orchid. HEX triplet: B0, 4E and DA. RGB value is (176,78,218). Sum of RGB (Red+Green+Blue) = 176+78+218=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #B04EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EDA is #4FB125. Grayscale: #7A7A7A. Windows color (decimal): -5222694 or 14306992. OLE color: 14306992.
HSL color Cylindrical-coordinate representation of color #B04EDA: hue angle of 282º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04EDA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 78 | 218 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.15 |
| HSL | 282º | 0.65% | 0.58% | - |
| HSV(B) | 282º | 0.64% | 0.85% | - |
| XYZ | 33.28 | 19.74 | 68.39 | - |
| YUV | 123.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 218 | 0.19 | 0.64 | 0 | 0.15 | 282 | 0.65 | 0.58 |
| Hex | B0 | 4E | DA | 13 | 40 | 0 | F | 11A | 41 | 3A |
| Octal | 260 | 116 | 332 | 23 | 100 | 0 | 17 | 432 | 101 | 72 |
| Binary | 10110000 | 1001110 | 11011010 | 10011 | 1000000 | 0 | 1111 | 100011010 | 1000001 | 111010 |
Color Harmonies of #B04EDA
Complementary color
Monochromatic Colors of #B04EDA
Black with #B04EDA
Text Example
Text Example
White with #B04EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EDA; }
p { color: rgb(176,78,218); }
H1.HeaderClassName
{
color: #B04EDA;
}
.AnyTagClassName
{
color: #B04EDA;
}
</style>
background-color css
<style>
a { background-color: #B04EDA; }
a { background-color: rgb(176,78,218); }
div.DivClassName
{
background-color: #B04EDA;
}
.BgClassName
{
background-color: #B04EDA;
}
</style>
border-color css
<style>
span { border-color: #B04EDA; }
span { border-color: rgb(176,78,218); }
td.TdClassName
{
border-color: #B04EDA;
}
.TagClassName
{
border-color: #B04EDA;
}
</style>