Shades of Medium Orchid #B04EEF
Tints of Medium Orchid #B04EEF
RGB
CMYK
RGB Variations
Color information
#B04EEF (or 0xB04EEF) is known color: Medium Orchid. HEX triplet: B0, 4E and EF. RGB value is (176,78,239). Sum of RGB (Red+Green+Blue) = 176+78+239=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #B04EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EEF is #4FB110. Grayscale: #7D7D7D. Windows color (decimal): -5222673 or 15683248. OLE color: 15683248.
HSL color Cylindrical-coordinate representation of color #B04EEF: hue angle of 276.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04EEF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 78 | 239 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.06 |
| HSL | 276.52º | 0.83% | 0.62% | - |
| HSV(B) | 276.52º | 0.67% | 0.94% | - |
| XYZ | 36.21 | 20.91 | 83.79 | - |
| YUV | 125.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 239 | 0.26 | 0.67 | 0 | 0.06 | 276.52 | 0.83 | 0.62 |
| Hex | B0 | 4E | EF | 1A | 43 | 0 | 6 | 115 | 53 | 3E |
| Octal | 260 | 116 | 357 | 32 | 103 | 0 | 6 | 425 | 123 | 76 |
| Binary | 10110000 | 1001110 | 11101111 | 11010 | 1000011 | 0 | 110 | 100010101 | 1010011 | 111110 |
Color Harmonies of #B04EEF
Complementary color
Monochromatic Colors of #B04EEF
Black with #B04EEF
Text Example
Text Example
White with #B04EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EEF; }
p { color: rgb(176,78,239); }
H1.HeaderClassName
{
color: #B04EEF;
}
.AnyTagClassName
{
color: #B04EEF;
}
</style>
background-color css
<style>
a { background-color: #B04EEF; }
a { background-color: rgb(176,78,239); }
div.DivClassName
{
background-color: #B04EEF;
}
.BgClassName
{
background-color: #B04EEF;
}
</style>
border-color css
<style>
span { border-color: #B04EEF; }
span { border-color: rgb(176,78,239); }
td.TdClassName
{
border-color: #B04EEF;
}
.TagClassName
{
border-color: #B04EEF;
}
</style>