Shades of Medium Orchid #B24ECF
Tints of Medium Orchid #B24ECF
RGB
CMYK
RGB Variations
Color information
#B24ECF (or 0xB24ECF) is known color: Medium Orchid. HEX triplet: B2, 4E and CF. RGB value is (178,78,207). Sum of RGB (Red+Green+Blue) = 178+78+207=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B24ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ECF is #4DB130. Grayscale: #7A7A7A. Windows color (decimal): -5091633 or 13586098. OLE color: 13586098.
HSL color Cylindrical-coordinate representation of color #B24ECF: hue angle of 286.51º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24ECF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 78 | 207 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.19 |
| HSL | 286.51º | 0.57% | 0.56% | - |
| HSV(B) | 286.51º | 0.62% | 0.81% | - |
| XYZ | 32.35 | 19.42 | 61.07 | - |
| YUV | 122.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 207 | 0.14 | 0.62 | 0 | 0.19 | 286.51 | 0.57 | 0.56 |
| Hex | B2 | 4E | CF | E | 3E | 0 | 13 | 11F | 39 | 38 |
| Octal | 262 | 116 | 317 | 16 | 76 | 0 | 23 | 437 | 71 | 70 |
| Binary | 10110010 | 1001110 | 11001111 | 1110 | 111110 | 0 | 10011 | 100011111 | 111001 | 111000 |
Color Harmonies of #B24ECF
Complementary color
Monochromatic Colors of #B24ECF
Black with #B24ECF
Text Example
Text Example
White with #B24ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ECF; }
p { color: rgb(178,78,207); }
H1.HeaderClassName
{
color: #B24ECF;
}
.AnyTagClassName
{
color: #B24ECF;
}
</style>
background-color css
<style>
a { background-color: #B24ECF; }
a { background-color: rgb(178,78,207); }
div.DivClassName
{
background-color: #B24ECF;
}
.BgClassName
{
background-color: #B24ECF;
}
</style>
border-color css
<style>
span { border-color: #B24ECF; }
span { border-color: rgb(178,78,207); }
td.TdClassName
{
border-color: #B24ECF;
}
.TagClassName
{
border-color: #B24ECF;
}
</style>