Shades of Medium Orchid #B24DEE
Tints of Medium Orchid #B24DEE
RGB
CMYK
RGB Variations
Color information
#B24DEE (or 0xB24DEE) is known color: Medium Orchid. HEX triplet: B2, 4D and EE. RGB value is (178,77,238). Sum of RGB (Red+Green+Blue) = 178+77+238=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B24DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DEE is #4DB211. Grayscale: #7D7D7D. Windows color (decimal): -5091858 or 15617458. OLE color: 15617458.
HSL color Cylindrical-coordinate representation of color #B24DEE: hue angle of 277.64º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24DEE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 77 | 238 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.07 |
| HSL | 277.64º | 0.83% | 0.62% | - |
| HSV(B) | 277.64º | 0.68% | 0.93% | - |
| XYZ | 36.45 | 20.95 | 83.01 | - |
| YUV | 125.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 238 | 0.25 | 0.68 | 0 | 0.07 | 277.64 | 0.83 | 0.62 |
| Hex | B2 | 4D | EE | 19 | 44 | 0 | 7 | 116 | 53 | 3E |
| Octal | 262 | 115 | 356 | 31 | 104 | 0 | 7 | 426 | 123 | 76 |
| Binary | 10110010 | 1001101 | 11101110 | 11001 | 1000100 | 0 | 111 | 100010110 | 1010011 | 111110 |
Color Harmonies of #B24DEE
Complementary color
Monochromatic Colors of #B24DEE
Black with #B24DEE
Text Example
Text Example
White with #B24DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DEE; }
p { color: rgb(178,77,238); }
H1.HeaderClassName
{
color: #B24DEE;
}
.AnyTagClassName
{
color: #B24DEE;
}
</style>
background-color css
<style>
a { background-color: #B24DEE; }
a { background-color: rgb(178,77,238); }
div.DivClassName
{
background-color: #B24DEE;
}
.BgClassName
{
background-color: #B24DEE;
}
</style>
border-color css
<style>
span { border-color: #B24DEE; }
span { border-color: rgb(178,77,238); }
td.TdClassName
{
border-color: #B24DEE;
}
.TagClassName
{
border-color: #B24DEE;
}
</style>