Shades of Dark Orchid #B42ADE
Tints of Dark Orchid #B42ADE
RGB
CMYK
RGB Variations
Color information
#B42ADE (or 0xB42ADE) is known color: Dark Orchid. HEX triplet: B4, 2A and DE. RGB value is (180,42,222). Sum of RGB (Red+Green+Blue) = 180+42+222=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #B42ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADE is #4BD521. Grayscale: #676767. Windows color (decimal): -4969762 or 14559924. OLE color: 14559924.
HSL color Cylindrical-coordinate representation of color #B42ADE: hue angle of 286º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42ADE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 42 | 222 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 286º | 0.73% | 0.52% | - |
| HSV(B) | 286º | 0.81% | 0.87% | - |
| XYZ | 32.84 | 16.63 | 70.59 | - |
| YUV | 103.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 222 | 0.19 | 0.81 | 0 | 0.13 | 286 | 0.73 | 0.52 |
| Hex | B4 | 2A | DE | 13 | 51 | 0 | D | 11E | 49 | 34 |
| Octal | 264 | 52 | 336 | 23 | 121 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110100 | 101010 | 11011110 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B42ADE
Complementary color
Monochromatic Colors of #B42ADE
Black with #B42ADE
Text Example
Text Example
White with #B42ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ADE; }
p { color: rgb(180,42,222); }
H1.HeaderClassName
{
color: #B42ADE;
}
.AnyTagClassName
{
color: #B42ADE;
}
</style>
background-color css
<style>
a { background-color: #B42ADE; }
a { background-color: rgb(180,42,222); }
div.DivClassName
{
background-color: #B42ADE;
}
.BgClassName
{
background-color: #B42ADE;
}
</style>
border-color css
<style>
span { border-color: #B42ADE; }
span { border-color: rgb(180,42,222); }
td.TdClassName
{
border-color: #B42ADE;
}
.TagClassName
{
border-color: #B42ADE;
}
</style>