Shades of Dark Orchid #B42ADD
Tints of Dark Orchid #B42ADD
RGB
CMYK
RGB Variations
Color information
#B42ADD (or 0xB42ADD) is known color: Dark Orchid. HEX triplet: B4, 2A and DD. RGB value is (180,42,221). Sum of RGB (Red+Green+Blue) = 180+42+221=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADD is #4BD522. Grayscale: #676767. Windows color (decimal): -4969763 or 14494388. OLE color: 14494388.
HSL color Cylindrical-coordinate representation of color #B42ADD: hue angle of 286.26º degrees, saturation: 0.72, 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 #B42ADD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 42 | 221 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 286.26º | 0.72% | 0.52% | - |
| HSV(B) | 286.26º | 0.81% | 0.87% | - |
| XYZ | 32.7 | 16.58 | 69.88 | - |
| YUV | 103.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 221 | 0.19 | 0.81 | 0 | 0.13 | 286.26 | 0.72 | 0.52 |
| Hex | B4 | 2A | DD | 13 | 51 | 0 | D | 11E | 48 | 34 |
| Octal | 264 | 52 | 335 | 23 | 121 | 0 | 15 | 436 | 110 | 64 |
| Binary | 10110100 | 101010 | 11011101 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001000 | 110100 |
Color Harmonies of #B42ADD
Complementary color
Monochromatic Colors of #B42ADD
Black with #B42ADD
Text Example
Text Example
White with #B42ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ADD; }
p { color: rgb(180,42,221); }
H1.HeaderClassName
{
color: #B42ADD;
}
.AnyTagClassName
{
color: #B42ADD;
}
</style>
background-color css
<style>
a { background-color: #B42ADD; }
a { background-color: rgb(180,42,221); }
div.DivClassName
{
background-color: #B42ADD;
}
.BgClassName
{
background-color: #B42ADD;
}
</style>
border-color css
<style>
span { border-color: #B42ADD; }
span { border-color: rgb(180,42,221); }
td.TdClassName
{
border-color: #B42ADD;
}
.TagClassName
{
border-color: #B42ADD;
}
</style>