Shades of Medium Orchid #B24EEC
Tints of Medium Orchid #B24EEC
RGB
CMYK
RGB Variations
Color information
#B24EEC (or 0xB24EEC) is known color: Medium Orchid. HEX triplet: B2, 4E and EC. RGB value is (178,78,236). Sum of RGB (Red+Green+Blue) = 178+78+236=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #B24EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EEC is #4DB113. Grayscale: #7D7D7D. Windows color (decimal): -5091604 or 15486642. OLE color: 15486642.
HSL color Cylindrical-coordinate representation of color #B24EEC: hue angle of 277.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24EEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 78 | 236 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.07 |
| HSL | 277.97º | 0.81% | 0.62% | - |
| HSV(B) | 277.97º | 0.67% | 0.93% | - |
| XYZ | 36.22 | 20.97 | 81.5 | - |
| YUV | 125.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 236 | 0.25 | 0.67 | 0 | 0.07 | 277.97 | 0.81 | 0.62 |
| Hex | B2 | 4E | EC | 19 | 43 | 0 | 7 | 116 | 51 | 3E |
| Octal | 262 | 116 | 354 | 31 | 103 | 0 | 7 | 426 | 121 | 76 |
| Binary | 10110010 | 1001110 | 11101100 | 11001 | 1000011 | 0 | 111 | 100010110 | 1010001 | 111110 |
Color Harmonies of #B24EEC
Complementary color
Monochromatic Colors of #B24EEC
Black with #B24EEC
Text Example
Text Example
White with #B24EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EEC; }
p { color: rgb(178,78,236); }
H1.HeaderClassName
{
color: #B24EEC;
}
.AnyTagClassName
{
color: #B24EEC;
}
</style>
background-color css
<style>
a { background-color: #B24EEC; }
a { background-color: rgb(178,78,236); }
div.DivClassName
{
background-color: #B24EEC;
}
.BgClassName
{
background-color: #B24EEC;
}
</style>
border-color css
<style>
span { border-color: #B24EEC; }
span { border-color: rgb(178,78,236); }
td.TdClassName
{
border-color: #B24EEC;
}
.TagClassName
{
border-color: #B24EEC;
}
</style>