Shades of Medium Orchid #B24EEF
Tints of Medium Orchid #B24EEF
RGB
CMYK
RGB Variations
Color information
#B24EEF (or 0xB24EEF) is known color: Medium Orchid. HEX triplet: B2, 4E and EF. RGB value is (178,78,239). Sum of RGB (Red+Green+Blue) = 178+78+239=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B24EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EEF is #4DB110. Grayscale: #7D7D7D. Windows color (decimal): -5091601 or 15683250. OLE color: 15683250.
HSL color Cylindrical-coordinate representation of color #B24EEF: hue angle of 277.27º 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 #B24EEF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 78 | 239 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.06 |
| HSL | 277.27º | 0.83% | 0.62% | - |
| HSV(B) | 277.27º | 0.67% | 0.94% | - |
| XYZ | 36.66 | 21.15 | 83.81 | - |
| YUV | 126.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 239 | 0.26 | 0.67 | 0 | 0.06 | 277.27 | 0.83 | 0.62 |
| Hex | B2 | 4E | EF | 1A | 43 | 0 | 6 | 115 | 53 | 3E |
| Octal | 262 | 116 | 357 | 32 | 103 | 0 | 6 | 425 | 123 | 76 |
| Binary | 10110010 | 1001110 | 11101111 | 11010 | 1000011 | 0 | 110 | 100010101 | 1010011 | 111110 |
Color Harmonies of #B24EEF
Complementary color
Monochromatic Colors of #B24EEF
Black with #B24EEF
Text Example
Text Example
White with #B24EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EEF; }
p { color: rgb(178,78,239); }
H1.HeaderClassName
{
color: #B24EEF;
}
.AnyTagClassName
{
color: #B24EEF;
}
</style>
background-color css
<style>
a { background-color: #B24EEF; }
a { background-color: rgb(178,78,239); }
div.DivClassName
{
background-color: #B24EEF;
}
.BgClassName
{
background-color: #B24EEF;
}
</style>
border-color css
<style>
span { border-color: #B24EEF; }
span { border-color: rgb(178,78,239); }
td.TdClassName
{
border-color: #B24EEF;
}
.TagClassName
{
border-color: #B24EEF;
}
</style>