Shades of Medium Orchid #B24EEE
Tints of Medium Orchid #B24EEE
RGB
CMYK
RGB Variations
Color information
#B24EEE (or 0xB24EEE) is known color: Medium Orchid. HEX triplet: B2, 4E and EE. RGB value is (178,78,238). Sum of RGB (Red+Green+Blue) = 178+78+238=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #B24EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EEE is #4DB111. Grayscale: #7D7D7D. Windows color (decimal): -5091602 or 15617714. OLE color: 15617714.
HSL color Cylindrical-coordinate representation of color #B24EEE: hue angle of 277.5º degrees, saturation: 0.82, 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 #B24EEE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 78 | 238 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.07 |
| HSL | 277.5º | 0.82% | 0.62% | - |
| HSV(B) | 277.5º | 0.67% | 0.93% | - |
| XYZ | 36.52 | 21.09 | 83.03 | - |
| YUV | 126.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 238 | 0.25 | 0.67 | 0 | 0.07 | 277.5 | 0.82 | 0.62 |
| Hex | B2 | 4E | EE | 19 | 43 | 0 | 7 | 116 | 52 | 3E |
| Octal | 262 | 116 | 356 | 31 | 103 | 0 | 7 | 426 | 122 | 76 |
| Binary | 10110010 | 1001110 | 11101110 | 11001 | 1000011 | 0 | 111 | 100010110 | 1010010 | 111110 |
Color Harmonies of #B24EEE
Complementary color
Monochromatic Colors of #B24EEE
Black with #B24EEE
Text Example
Text Example
White with #B24EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EEE; }
p { color: rgb(178,78,238); }
H1.HeaderClassName
{
color: #B24EEE;
}
.AnyTagClassName
{
color: #B24EEE;
}
</style>
background-color css
<style>
a { background-color: #B24EEE; }
a { background-color: rgb(178,78,238); }
div.DivClassName
{
background-color: #B24EEE;
}
.BgClassName
{
background-color: #B24EEE;
}
</style>
border-color css
<style>
span { border-color: #B24EEE; }
span { border-color: rgb(178,78,238); }
td.TdClassName
{
border-color: #B24EEE;
}
.TagClassName
{
border-color: #B24EEE;
}
</style>