Shades of Medium Orchid #B24ADE
Tints of Medium Orchid #B24ADE
RGB
CMYK
RGB Variations
Color information
#B24ADE (or 0xB24ADE) is known color: Medium Orchid. HEX triplet: B2, 4A and DE. RGB value is (178,74,222). Sum of RGB (Red+Green+Blue) = 178+74+222=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #B24ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADE is #4DB521. Grayscale: #797979. Windows color (decimal): -5092642 or 14568114. OLE color: 14568114.
HSL color Cylindrical-coordinate representation of color #B24ADE: hue angle of 282.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24ADE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 74 | 222 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.13 |
| HSL | 282.16º | 0.69% | 0.58% | - |
| HSV(B) | 282.16º | 0.67% | 0.87% | - |
| XYZ | 33.99 | 19.64 | 71.11 | - |
| YUV | 121.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 222 | 0.20 | 0.67 | 0 | 0.13 | 282.16 | 0.69 | 0.58 |
| Hex | B2 | 4A | DE | 14 | 43 | 0 | D | 11A | 45 | 3A |
| Octal | 262 | 112 | 336 | 24 | 103 | 0 | 15 | 432 | 105 | 72 |
| Binary | 10110010 | 1001010 | 11011110 | 10100 | 1000011 | 0 | 1101 | 100011010 | 1000101 | 111010 |
Color Harmonies of #B24ADE
Complementary color
Monochromatic Colors of #B24ADE
Black with #B24ADE
Text Example
Text Example
White with #B24ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ADE; }
p { color: rgb(178,74,222); }
H1.HeaderClassName
{
color: #B24ADE;
}
.AnyTagClassName
{
color: #B24ADE;
}
</style>
background-color css
<style>
a { background-color: #B24ADE; }
a { background-color: rgb(178,74,222); }
div.DivClassName
{
background-color: #B24ADE;
}
.BgClassName
{
background-color: #B24ADE;
}
</style>
border-color css
<style>
span { border-color: #B24ADE; }
span { border-color: rgb(178,74,222); }
td.TdClassName
{
border-color: #B24ADE;
}
.TagClassName
{
border-color: #B24ADE;
}
</style>