Shades of Medium Orchid #B24EDD
Tints of Medium Orchid #B24EDD
RGB
CMYK
RGB Variations
Color information
#B24EDD (or 0xB24EDD) is known color: Medium Orchid. HEX triplet: B2, 4E and DD. RGB value is (178,78,221). Sum of RGB (Red+Green+Blue) = 178+78+221=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B24EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EDD is #4DB122. Grayscale: #7B7B7B. Windows color (decimal): -5091619 or 14503602. OLE color: 14503602.
HSL color Cylindrical-coordinate representation of color #B24EDD: hue angle of 281.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24EDD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 78 | 221 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.13 |
| HSL | 281.96º | 0.68% | 0.59% | - |
| HSV(B) | 281.96º | 0.65% | 0.87% | - |
| XYZ | 34.14 | 20.13 | 70.49 | - |
| YUV | 124.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 221 | 0.19 | 0.65 | 0 | 0.13 | 281.96 | 0.68 | 0.59 |
| Hex | B2 | 4E | DD | 13 | 41 | 0 | D | 11A | 44 | 3B |
| Octal | 262 | 116 | 335 | 23 | 101 | 0 | 15 | 432 | 104 | 73 |
| Binary | 10110010 | 1001110 | 11011101 | 10011 | 1000001 | 0 | 1101 | 100011010 | 1000100 | 111011 |
Color Harmonies of #B24EDD
Complementary color
Monochromatic Colors of #B24EDD
Black with #B24EDD
Text Example
Text Example
White with #B24EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EDD; }
p { color: rgb(178,78,221); }
H1.HeaderClassName
{
color: #B24EDD;
}
.AnyTagClassName
{
color: #B24EDD;
}
</style>
background-color css
<style>
a { background-color: #B24EDD; }
a { background-color: rgb(178,78,221); }
div.DivClassName
{
background-color: #B24EDD;
}
.BgClassName
{
background-color: #B24EDD;
}
</style>
border-color css
<style>
span { border-color: #B24EDD; }
span { border-color: rgb(178,78,221); }
td.TdClassName
{
border-color: #B24EDD;
}
.TagClassName
{
border-color: #B24EDD;
}
</style>