Shades of Medium Orchid #B24ECB
Tints of Medium Orchid #B24ECB
RGB
CMYK
RGB Variations
Color information
#B24ECB (or 0xB24ECB) is known color: Medium Orchid. HEX triplet: B2, 4E and CB. RGB value is (178,78,203). Sum of RGB (Red+Green+Blue) = 178+78+203=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ECB is #4DB134. Grayscale: #797979. Windows color (decimal): -5091637 or 13323954. OLE color: 13323954.
HSL color Cylindrical-coordinate representation of color #B24ECB: hue angle of 288º degrees, saturation: 0.55, 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 #B24ECB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 78 | 203 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.20 |
| HSL | 288º | 0.55% | 0.55% | - |
| HSV(B) | 288º | 0.62% | 0.8% | - |
| XYZ | 31.86 | 19.23 | 58.53 | - |
| YUV | 122.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 203 | 0.12 | 0.62 | 0 | 0.20 | 288 | 0.55 | 0.55 |
| Hex | B2 | 4E | CB | C | 3E | 0 | 14 | 120 | 37 | 37 |
| Octal | 262 | 116 | 313 | 14 | 76 | 0 | 24 | 440 | 67 | 67 |
| Binary | 10110010 | 1001110 | 11001011 | 1100 | 111110 | 0 | 10100 | 100100000 | 110111 | 110111 |
Color Harmonies of #B24ECB
Complementary color
Monochromatic Colors of #B24ECB
Black with #B24ECB
Text Example
Text Example
White with #B24ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ECB; }
p { color: rgb(178,78,203); }
H1.HeaderClassName
{
color: #B24ECB;
}
.AnyTagClassName
{
color: #B24ECB;
}
</style>
background-color css
<style>
a { background-color: #B24ECB; }
a { background-color: rgb(178,78,203); }
div.DivClassName
{
background-color: #B24ECB;
}
.BgClassName
{
background-color: #B24ECB;
}
</style>
border-color css
<style>
span { border-color: #B24ECB; }
span { border-color: rgb(178,78,203); }
td.TdClassName
{
border-color: #B24ECB;
}
.TagClassName
{
border-color: #B24ECB;
}
</style>