Shades of Medium Orchid #B04EEA
Tints of Medium Orchid #B04EEA
RGB
CMYK
RGB Variations
Color information
#B04EEA (or 0xB04EEA) is known color: Medium Orchid. HEX triplet: B0, 4E and EA. RGB value is (176,78,234). Sum of RGB (Red+Green+Blue) = 176+78+234=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #B04EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EEA is #4FB115. Grayscale: #7C7C7C. Windows color (decimal): -5222678 or 15355568. OLE color: 15355568.
HSL color Cylindrical-coordinate representation of color #B04EEA: hue angle of 277.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04EEA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 78 | 234 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.08 |
| HSL | 277.69º | 0.79% | 0.61% | - |
| HSV(B) | 277.69º | 0.67% | 0.92% | - |
| XYZ | 35.48 | 20.62 | 79.95 | - |
| YUV | 125.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 234 | 0.25 | 0.67 | 0 | 0.08 | 277.69 | 0.79 | 0.61 |
| Hex | B0 | 4E | EA | 19 | 43 | 0 | 8 | 116 | 4F | 3D |
| Octal | 260 | 116 | 352 | 31 | 103 | 0 | 10 | 426 | 117 | 75 |
| Binary | 10110000 | 1001110 | 11101010 | 11001 | 1000011 | 0 | 1000 | 100010110 | 1001111 | 111101 |
Color Harmonies of #B04EEA
Complementary color
Monochromatic Colors of #B04EEA
Black with #B04EEA
Text Example
Text Example
White with #B04EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EEA; }
p { color: rgb(176,78,234); }
H1.HeaderClassName
{
color: #B04EEA;
}
.AnyTagClassName
{
color: #B04EEA;
}
</style>
background-color css
<style>
a { background-color: #B04EEA; }
a { background-color: rgb(176,78,234); }
div.DivClassName
{
background-color: #B04EEA;
}
.BgClassName
{
background-color: #B04EEA;
}
</style>
border-color css
<style>
span { border-color: #B04EEA; }
span { border-color: rgb(176,78,234); }
td.TdClassName
{
border-color: #B04EEA;
}
.TagClassName
{
border-color: #B04EEA;
}
</style>