Shades of Medium Orchid #B24EE4
Tints of Medium Orchid #B24EE4
RGB
CMYK
RGB Variations
Color information
#B24EE4 (or 0xB24EE4) is known color: Medium Orchid. HEX triplet: B2, 4E and E4. RGB value is (178,78,228). Sum of RGB (Red+Green+Blue) = 178+78+228=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #B24EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EE4 is #4DB11B. Grayscale: #7C7C7C. Windows color (decimal): -5091612 or 14962354. OLE color: 14962354.
HSL color Cylindrical-coordinate representation of color #B24EE4: hue angle of 280º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24EE4 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 78 | 228 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.11 |
| HSL | 280º | 0.74% | 0.6% | - |
| HSV(B) | 280º | 0.66% | 0.89% | - |
| XYZ | 35.09 | 20.52 | 75.51 | - |
| YUV | 125 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 228 | 0.22 | 0.66 | 0 | 0.11 | 280 | 0.74 | 0.6 |
| Hex | B2 | 4E | E4 | 16 | 42 | 0 | B | 118 | 4A | 3C |
| Octal | 262 | 116 | 344 | 26 | 102 | 0 | 13 | 430 | 112 | 74 |
| Binary | 10110010 | 1001110 | 11100100 | 10110 | 1000010 | 0 | 1011 | 100011000 | 1001010 | 111100 |
Color Harmonies of #B24EE4
Complementary color
Monochromatic Colors of #B24EE4
Black with #B24EE4
Text Example
Text Example
White with #B24EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EE4; }
p { color: rgb(178,78,228); }
H1.HeaderClassName
{
color: #B24EE4;
}
.AnyTagClassName
{
color: #B24EE4;
}
</style>
background-color css
<style>
a { background-color: #B24EE4; }
a { background-color: rgb(178,78,228); }
div.DivClassName
{
background-color: #B24EE4;
}
.BgClassName
{
background-color: #B24EE4;
}
</style>
border-color css
<style>
span { border-color: #B24EE4; }
span { border-color: rgb(178,78,228); }
td.TdClassName
{
border-color: #B24EE4;
}
.TagClassName
{
border-color: #B24EE4;
}
</style>