Shades of Medium Orchid #B24DD0
Tints of Medium Orchid #B24DD0
RGB
CMYK
RGB Variations
Color information
#B24DD0 (or 0xB24DD0) is known color: Medium Orchid. HEX triplet: B2, 4D and D0. RGB value is (178,77,208). Sum of RGB (Red+Green+Blue) = 178+77+208=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #B24DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DD0 is #4DB22F. Grayscale: #797979. Windows color (decimal): -5091888 or 13651378. OLE color: 13651378.
HSL color Cylindrical-coordinate representation of color #B24DD0: hue angle of 286.26º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24DD0 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 77 | 208 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.18 |
| HSL | 286.26º | 0.58% | 0.56% | - |
| HSV(B) | 286.26º | 0.63% | 0.82% | - |
| XYZ | 32.4 | 19.33 | 61.7 | - |
| YUV | 122.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 208 | 0.14 | 0.63 | 0 | 0.18 | 286.26 | 0.58 | 0.56 |
| Hex | B2 | 4D | D0 | E | 3F | 0 | 12 | 11E | 3A | 38 |
| Octal | 262 | 115 | 320 | 16 | 77 | 0 | 22 | 436 | 72 | 70 |
| Binary | 10110010 | 1001101 | 11010000 | 1110 | 111111 | 0 | 10010 | 100011110 | 111010 | 111000 |
Color Harmonies of #B24DD0
Complementary color
Monochromatic Colors of #B24DD0
Black with #B24DD0
Text Example
Text Example
White with #B24DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DD0; }
p { color: rgb(178,77,208); }
H1.HeaderClassName
{
color: #B24DD0;
}
.AnyTagClassName
{
color: #B24DD0;
}
</style>
background-color css
<style>
a { background-color: #B24DD0; }
a { background-color: rgb(178,77,208); }
div.DivClassName
{
background-color: #B24DD0;
}
.BgClassName
{
background-color: #B24DD0;
}
</style>
border-color css
<style>
span { border-color: #B24DD0; }
span { border-color: rgb(178,77,208); }
td.TdClassName
{
border-color: #B24DD0;
}
.TagClassName
{
border-color: #B24DD0;
}
</style>