Shades of Medium Orchid #B24ED7
Tints of Medium Orchid #B24ED7
RGB
CMYK
RGB Variations
Color information
#B24ED7 (or 0xB24ED7) is known color: Medium Orchid. HEX triplet: B2, 4E and D7. RGB value is (178,78,215). Sum of RGB (Red+Green+Blue) = 178+78+215=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #B24ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ED7 is #4DB128. Grayscale: #7B7B7B. Windows color (decimal): -5091625 or 14110386. OLE color: 14110386.
HSL color Cylindrical-coordinate representation of color #B24ED7: hue angle of 283.8º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24ED7 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 78 | 215 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.16 |
| HSL | 283.8º | 0.63% | 0.57% | - |
| HSV(B) | 283.8º | 0.64% | 0.84% | - |
| XYZ | 33.35 | 19.82 | 66.36 | - |
| YUV | 123.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 215 | 0.17 | 0.64 | 0 | 0.16 | 283.8 | 0.63 | 0.57 |
| Hex | B2 | 4E | D7 | 11 | 40 | 0 | 10 | 11C | 3F | 39 |
| Octal | 262 | 116 | 327 | 21 | 100 | 0 | 20 | 434 | 77 | 71 |
| Binary | 10110010 | 1001110 | 11010111 | 10001 | 1000000 | 0 | 10000 | 100011100 | 111111 | 111001 |
Color Harmonies of #B24ED7
Complementary color
Monochromatic Colors of #B24ED7
Black with #B24ED7
Text Example
Text Example
White with #B24ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ED7; }
p { color: rgb(178,78,215); }
H1.HeaderClassName
{
color: #B24ED7;
}
.AnyTagClassName
{
color: #B24ED7;
}
</style>
background-color css
<style>
a { background-color: #B24ED7; }
a { background-color: rgb(178,78,215); }
div.DivClassName
{
background-color: #B24ED7;
}
.BgClassName
{
background-color: #B24ED7;
}
</style>
border-color css
<style>
span { border-color: #B24ED7; }
span { border-color: rgb(178,78,215); }
td.TdClassName
{
border-color: #B24ED7;
}
.TagClassName
{
border-color: #B24ED7;
}
</style>