Shades of Medium Orchid #B24ECD
Tints of Medium Orchid #B24ECD
RGB
CMYK
RGB Variations
Color information
#B24ECD (or 0xB24ECD) is known color: Medium Orchid. HEX triplet: B2, 4E and CD. RGB value is (178,78,205). Sum of RGB (Red+Green+Blue) = 178+78+205=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B24ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ECD is #4DB132. Grayscale: #797979. Windows color (decimal): -5091635 or 13455026. OLE color: 13455026.
HSL color Cylindrical-coordinate representation of color #B24ECD: hue angle of 287.24º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24ECD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 78 | 205 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.20 |
| HSL | 287.24º | 0.56% | 0.55% | - |
| HSV(B) | 287.24º | 0.62% | 0.8% | - |
| XYZ | 32.1 | 19.32 | 59.79 | - |
| YUV | 122.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 205 | 0.13 | 0.62 | 0 | 0.20 | 287.24 | 0.56 | 0.55 |
| Hex | B2 | 4E | CD | D | 3E | 0 | 14 | 11F | 38 | 37 |
| Octal | 262 | 116 | 315 | 15 | 76 | 0 | 24 | 437 | 70 | 67 |
| Binary | 10110010 | 1001110 | 11001101 | 1101 | 111110 | 0 | 10100 | 100011111 | 111000 | 110111 |
Color Harmonies of #B24ECD
Complementary color
Monochromatic Colors of #B24ECD
Black with #B24ECD
Text Example
Text Example
White with #B24ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ECD; }
p { color: rgb(178,78,205); }
H1.HeaderClassName
{
color: #B24ECD;
}
.AnyTagClassName
{
color: #B24ECD;
}
</style>
background-color css
<style>
a { background-color: #B24ECD; }
a { background-color: rgb(178,78,205); }
div.DivClassName
{
background-color: #B24ECD;
}
.BgClassName
{
background-color: #B24ECD;
}
</style>
border-color css
<style>
span { border-color: #B24ECD; }
span { border-color: rgb(178,78,205); }
td.TdClassName
{
border-color: #B24ECD;
}
.TagClassName
{
border-color: #B24ECD;
}
</style>