Shades of Medium Orchid #B24EFF
Tints of Medium Orchid #B24EFF
RGB
CMYK
RGB Variations
Color information
#B24EFF (or 0xB24EFF) is known color: Medium Orchid. HEX triplet: B2, 4E and FF. RGB value is (178,78,255). Sum of RGB (Red+Green+Blue) = 178+78+255=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EFF is #4DB100. Grayscale: #7F7F7F. Windows color (decimal): -5091585 or 16731826. OLE color: 16731826.
HSL color Cylindrical-coordinate representation of color #B24EFF: hue angle of 273.9º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24EFF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 78 | 255 | - |
| CMYK | 0.30 | 0.69 | 0 | 0 |
| HSL | 273.9º | 1% | 0.65% | - |
| HSV(B) | 273.9º | 0.69% | 1% | - |
| XYZ | 39.13 | 22.13 | 96.82 | - |
| YUV | 128.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 255 | 0.30 | 0.69 | 0 | 0 | 273.9 | 1 | 0.65 |
| Hex | B2 | 4E | FF | 1E | 45 | 0 | 0 | 112 | 64 | 41 |
| Octal | 262 | 116 | 377 | 36 | 105 | 0 | 0 | 422 | 144 | 101 |
| Binary | 10110010 | 1001110 | 11111111 | 11110 | 1000101 | 0 | 0 | 100010010 | 1100100 | 1000001 |
Color Harmonies of #B24EFF
Complementary color
Monochromatic Colors of #B24EFF
Black with #B24EFF
Text Example
Text Example
White with #B24EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EFF; }
p { color: rgb(178,78,255); }
H1.HeaderClassName
{
color: #B24EFF;
}
.AnyTagClassName
{
color: #B24EFF;
}
</style>
background-color css
<style>
a { background-color: #B24EFF; }
a { background-color: rgb(178,78,255); }
div.DivClassName
{
background-color: #B24EFF;
}
.BgClassName
{
background-color: #B24EFF;
}
</style>
border-color css
<style>
span { border-color: #B24EFF; }
span { border-color: rgb(178,78,255); }
td.TdClassName
{
border-color: #B24EFF;
}
.TagClassName
{
border-color: #B24EFF;
}
</style>