Shades of Medium Orchid #B24EC7
Tints of Medium Orchid #B24EC7
RGB
CMYK
RGB Variations
Color information
#B24EC7 (or 0xB24EC7) is known color: Medium Orchid. HEX triplet: B2, 4E and C7. RGB value is (178,78,199). Sum of RGB (Red+Green+Blue) = 178+78+199=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #B24EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC7 is #4DB138. Grayscale: #797979. Windows color (decimal): -5091641 or 13061810. OLE color: 13061810.
HSL color Cylindrical-coordinate representation of color #B24EC7: hue angle of 289.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24EC7 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 78 | 199 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.22 |
| HSL | 289.59º | 0.52% | 0.54% | - |
| HSV(B) | 289.59º | 0.61% | 0.78% | - |
| XYZ | 31.39 | 19.04 | 56.05 | - |
| YUV | 121.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 199 | 0.11 | 0.61 | 0 | 0.22 | 289.59 | 0.52 | 0.54 |
| Hex | B2 | 4E | C7 | B | 3D | 0 | 16 | 122 | 34 | 36 |
| Octal | 262 | 116 | 307 | 13 | 75 | 0 | 26 | 442 | 64 | 66 |
| Binary | 10110010 | 1001110 | 11000111 | 1011 | 111101 | 0 | 10110 | 100100010 | 110100 | 110110 |
Color Harmonies of #B24EC7
Complementary color
Monochromatic Colors of #B24EC7
Black with #B24EC7
Text Example
Text Example
White with #B24EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EC7; }
p { color: rgb(178,78,199); }
H1.HeaderClassName
{
color: #B24EC7;
}
.AnyTagClassName
{
color: #B24EC7;
}
</style>
background-color css
<style>
a { background-color: #B24EC7; }
a { background-color: rgb(178,78,199); }
div.DivClassName
{
background-color: #B24EC7;
}
.BgClassName
{
background-color: #B24EC7;
}
</style>
border-color css
<style>
span { border-color: #B24EC7; }
span { border-color: rgb(178,78,199); }
td.TdClassName
{
border-color: #B24EC7;
}
.TagClassName
{
border-color: #B24EC7;
}
</style>