Shades of Medium Orchid #B24DD9
Tints of Medium Orchid #B24DD9
RGB
CMYK
RGB Variations
Color information
#B24DD9 (or 0xB24DD9) is known color: Medium Orchid. HEX triplet: B2, 4D and D9. RGB value is (178,77,217). Sum of RGB (Red+Green+Blue) = 178+77+217=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #B24DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DD9 is #4DB226. Grayscale: #7A7A7A. Windows color (decimal): -5091879 or 14241202. OLE color: 14241202.
HSL color Cylindrical-coordinate representation of color #B24DD9: hue angle of 283.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24DD9 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 77 | 217 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.15 |
| HSL | 283.29º | 0.65% | 0.58% | - |
| HSV(B) | 283.29º | 0.65% | 0.85% | - |
| XYZ | 33.54 | 19.78 | 67.7 | - |
| YUV | 123.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 217 | 0.18 | 0.65 | 0 | 0.15 | 283.29 | 0.65 | 0.58 |
| Hex | B2 | 4D | D9 | 12 | 41 | 0 | F | 11B | 41 | 3A |
| Octal | 262 | 115 | 331 | 22 | 101 | 0 | 17 | 433 | 101 | 72 |
| Binary | 10110010 | 1001101 | 11011001 | 10010 | 1000001 | 0 | 1111 | 100011011 | 1000001 | 111010 |
Color Harmonies of #B24DD9
Complementary color
Monochromatic Colors of #B24DD9
Black with #B24DD9
Text Example
Text Example
White with #B24DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DD9; }
p { color: rgb(178,77,217); }
H1.HeaderClassName
{
color: #B24DD9;
}
.AnyTagClassName
{
color: #B24DD9;
}
</style>
background-color css
<style>
a { background-color: #B24DD9; }
a { background-color: rgb(178,77,217); }
div.DivClassName
{
background-color: #B24DD9;
}
.BgClassName
{
background-color: #B24DD9;
}
</style>
border-color css
<style>
span { border-color: #B24DD9; }
span { border-color: rgb(178,77,217); }
td.TdClassName
{
border-color: #B24DD9;
}
.TagClassName
{
border-color: #B24DD9;
}
</style>