Shades of Dark Orchid #B42AD9
Tints of Dark Orchid #B42AD9
RGB
CMYK
RGB Variations
Color information
#B42AD9 (or 0xB42AD9) is known color: Dark Orchid. HEX triplet: B4, 2A and D9. RGB value is (180,42,217). Sum of RGB (Red+Green+Blue) = 180+42+217=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #B42AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42AD9 is #4BD526. Grayscale: #666666. Windows color (decimal): -4969767 or 14232244. OLE color: 14232244.
HSL color Cylindrical-coordinate representation of color #B42AD9: hue angle of 287.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42AD9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 42 | 217 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.15 |
| HSL | 287.31º | 0.7% | 0.51% | - |
| HSV(B) | 287.31º | 0.81% | 0.85% | - |
| XYZ | 32.17 | 16.37 | 67.11 | - |
| YUV | 103.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 217 | 0.17 | 0.81 | 0 | 0.15 | 287.31 | 0.7 | 0.51 |
| Hex | B4 | 2A | D9 | 11 | 51 | 0 | F | 11F | 46 | 33 |
| Octal | 264 | 52 | 331 | 21 | 121 | 0 | 17 | 437 | 106 | 63 |
| Binary | 10110100 | 101010 | 11011001 | 10001 | 1010001 | 0 | 1111 | 100011111 | 1000110 | 110011 |
Color Harmonies of #B42AD9
Complementary color
Monochromatic Colors of #B42AD9
Black with #B42AD9
Text Example
Text Example
White with #B42AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42AD9; }
p { color: rgb(180,42,217); }
H1.HeaderClassName
{
color: #B42AD9;
}
.AnyTagClassName
{
color: #B42AD9;
}
</style>
background-color css
<style>
a { background-color: #B42AD9; }
a { background-color: rgb(180,42,217); }
div.DivClassName
{
background-color: #B42AD9;
}
.BgClassName
{
background-color: #B42AD9;
}
</style>
border-color css
<style>
span { border-color: #B42AD9; }
span { border-color: rgb(180,42,217); }
td.TdClassName
{
border-color: #B42AD9;
}
.TagClassName
{
border-color: #B42AD9;
}
</style>