Shades of Medium Orchid #B04EE8
Tints of Medium Orchid #B04EE8
RGB
CMYK
RGB Variations
Color information
#B04EE8 (or 0xB04EE8) is known color: Medium Orchid. HEX triplet: B0, 4E and E8. RGB value is (176,78,232). Sum of RGB (Red+Green+Blue) = 176+78+232=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #B04EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EE8 is #4FB117. Grayscale: #7C7C7C. Windows color (decimal): -5222680 or 15224496. OLE color: 15224496.
HSL color Cylindrical-coordinate representation of color #B04EE8: hue angle of 278.18º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04EE8 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 78 | 232 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.09 |
| HSL | 278.18º | 0.77% | 0.61% | - |
| HSV(B) | 278.18º | 0.66% | 0.91% | - |
| XYZ | 35.19 | 20.51 | 78.45 | - |
| YUV | 124.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 232 | 0.24 | 0.66 | 0 | 0.09 | 278.18 | 0.77 | 0.61 |
| Hex | B0 | 4E | E8 | 18 | 42 | 0 | 9 | 116 | 4D | 3D |
| Octal | 260 | 116 | 350 | 30 | 102 | 0 | 11 | 426 | 115 | 75 |
| Binary | 10110000 | 1001110 | 11101000 | 11000 | 1000010 | 0 | 1001 | 100010110 | 1001101 | 111101 |
Color Harmonies of #B04EE8
Complementary color
Monochromatic Colors of #B04EE8
Black with #B04EE8
Text Example
Text Example
White with #B04EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EE8; }
p { color: rgb(176,78,232); }
H1.HeaderClassName
{
color: #B04EE8;
}
.AnyTagClassName
{
color: #B04EE8;
}
</style>
background-color css
<style>
a { background-color: #B04EE8; }
a { background-color: rgb(176,78,232); }
div.DivClassName
{
background-color: #B04EE8;
}
.BgClassName
{
background-color: #B04EE8;
}
</style>
border-color css
<style>
span { border-color: #B04EE8; }
span { border-color: rgb(176,78,232); }
td.TdClassName
{
border-color: #B04EE8;
}
.TagClassName
{
border-color: #B04EE8;
}
</style>