Shades of Medium Orchid #B24ADD
Tints of Medium Orchid #B24ADD
RGB
CMYK
RGB Variations
Color information
#B24ADD (or 0xB24ADD) is known color: Medium Orchid. HEX triplet: B2, 4A and DD. RGB value is (178,74,221). Sum of RGB (Red+Green+Blue) = 178+74+221=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #B24ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADD is #4DB522. Grayscale: #797979. Windows color (decimal): -5092643 or 14502578. OLE color: 14502578.
HSL color Cylindrical-coordinate representation of color #B24ADD: hue angle of 282.45º degrees, saturation: 0.68, 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 #B24ADD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 74 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 282.45º | 0.68% | 0.58% | - |
| HSV(B) | 282.45º | 0.67% | 0.87% | - |
| XYZ | 33.86 | 19.58 | 70.4 | - |
| YUV | 121.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 221 | 0.19 | 0.67 | 0 | 0.13 | 282.45 | 0.68 | 0.58 |
| Hex | B2 | 4A | DD | 13 | 43 | 0 | D | 11A | 44 | 3A |
| Octal | 262 | 112 | 335 | 23 | 103 | 0 | 15 | 432 | 104 | 72 |
| Binary | 10110010 | 1001010 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B24ADD
Complementary color
Monochromatic Colors of #B24ADD
Black with #B24ADD
Text Example
Text Example
White with #B24ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24ADD; }
p { color: rgb(178,74,221); }
H1.HeaderClassName
{
color: #B24ADD;
}
.AnyTagClassName
{
color: #B24ADD;
}
</style>
background-color css
<style>
a { background-color: #B24ADD; }
a { background-color: rgb(178,74,221); }
div.DivClassName
{
background-color: #B24ADD;
}
.BgClassName
{
background-color: #B24ADD;
}
</style>
border-color css
<style>
span { border-color: #B24ADD; }
span { border-color: rgb(178,74,221); }
td.TdClassName
{
border-color: #B24ADD;
}
.TagClassName
{
border-color: #B24ADD;
}
</style>