Shades of Medium Orchid #B24EF8
Tints of Medium Orchid #B24EF8
RGB
CMYK
RGB Variations
Color information
#B24EF8 (or 0xB24EF8) is known color: Medium Orchid. HEX triplet: B2, 4E and F8. RGB value is (178,78,248). Sum of RGB (Red+Green+Blue) = 178+78+248=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #B24EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EF8 is #4DB107. Grayscale: #7E7E7E. Windows color (decimal): -5091592 or 16273074. OLE color: 16273074.
HSL color Cylindrical-coordinate representation of color #B24EF8: hue angle of 275.29º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24EF8 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 78 | 248 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.03 |
| HSL | 275.29º | 0.92% | 0.64% | - |
| HSV(B) | 275.29º | 0.69% | 0.97% | - |
| XYZ | 38.03 | 21.69 | 90.99 | - |
| YUV | 127.28 | 196.13 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 248 | 0.28 | 0.69 | 0 | 0.03 | 275.29 | 0.92 | 0.64 |
| Hex | B2 | 4E | F8 | 1C | 45 | 0 | 3 | 113 | 5C | 40 |
| Octal | 262 | 116 | 370 | 34 | 105 | 0 | 3 | 423 | 134 | 100 |
| Binary | 10110010 | 1001110 | 11111000 | 11100 | 1000101 | 0 | 11 | 100010011 | 1011100 | 1000000 |
Color Harmonies of #B24EF8
Complementary color
Monochromatic Colors of #B24EF8
Black with #B24EF8
Text Example
Text Example
White with #B24EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EF8; }
p { color: rgb(178,78,248); }
H1.HeaderClassName
{
color: #B24EF8;
}
.AnyTagClassName
{
color: #B24EF8;
}
</style>
background-color css
<style>
a { background-color: #B24EF8; }
a { background-color: rgb(178,78,248); }
div.DivClassName
{
background-color: #B24EF8;
}
.BgClassName
{
background-color: #B24EF8;
}
</style>
border-color css
<style>
span { border-color: #B24EF8; }
span { border-color: rgb(178,78,248); }
td.TdClassName
{
border-color: #B24EF8;
}
.TagClassName
{
border-color: #B24EF8;
}
</style>