Shades of Medium Orchid #B24EDA
Tints of Medium Orchid #B24EDA
RGB
CMYK
RGB Variations
Color information
#B24EDA (or 0xB24EDA) is known color: Medium Orchid. HEX triplet: B2, 4E and DA. RGB value is (178,78,218). Sum of RGB (Red+Green+Blue) = 178+78+218=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B24EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EDA is #4DB125. Grayscale: #7B7B7B. Windows color (decimal): -5091622 or 14306994. OLE color: 14306994.
HSL color Cylindrical-coordinate representation of color #B24EDA: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24EDA is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 78 | 218 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.15 |
| HSL | 282.86º | 0.65% | 0.58% | - |
| HSV(B) | 282.86º | 0.64% | 0.85% | - |
| XYZ | 33.74 | 19.98 | 68.41 | - |
| YUV | 123.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 218 | 0.18 | 0.64 | 0 | 0.15 | 282.86 | 0.65 | 0.58 |
| Hex | B2 | 4E | DA | 12 | 40 | 0 | F | 11B | 41 | 3A |
| Octal | 262 | 116 | 332 | 22 | 100 | 0 | 17 | 433 | 101 | 72 |
| Binary | 10110010 | 1001110 | 11011010 | 10010 | 1000000 | 0 | 1111 | 100011011 | 1000001 | 111010 |
Color Harmonies of #B24EDA
Complementary color
Monochromatic Colors of #B24EDA
Black with #B24EDA
Text Example
Text Example
White with #B24EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EDA; }
p { color: rgb(178,78,218); }
H1.HeaderClassName
{
color: #B24EDA;
}
.AnyTagClassName
{
color: #B24EDA;
}
</style>
background-color css
<style>
a { background-color: #B24EDA; }
a { background-color: rgb(178,78,218); }
div.DivClassName
{
background-color: #B24EDA;
}
.BgClassName
{
background-color: #B24EDA;
}
</style>
border-color css
<style>
span { border-color: #B24EDA; }
span { border-color: rgb(178,78,218); }
td.TdClassName
{
border-color: #B24EDA;
}
.TagClassName
{
border-color: #B24EDA;
}
</style>