Shades of Dark Orchid #B42ADB
Tints of Dark Orchid #B42ADB
RGB
CMYK
RGB Variations
Color information
#B42ADB (or 0xB42ADB) is known color: Dark Orchid. HEX triplet: B4, 2A and DB. RGB value is (180,42,219). Sum of RGB (Red+Green+Blue) = 180+42+219=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADB is #4BD524. Grayscale: #666666. Windows color (decimal): -4969765 or 14363316. OLE color: 14363316.
HSL color Cylindrical-coordinate representation of color #B42ADB: hue angle of 286.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42ADB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 42 | 219 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.14 |
| HSL | 286.78º | 0.71% | 0.51% | - |
| HSV(B) | 286.78º | 0.81% | 0.86% | - |
| XYZ | 32.44 | 16.47 | 68.49 | - |
| YUV | 103.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 219 | 0.18 | 0.81 | 0 | 0.14 | 286.78 | 0.71 | 0.51 |
| Hex | B4 | 2A | DB | 12 | 51 | 0 | E | 11F | 47 | 33 |
| Octal | 264 | 52 | 333 | 22 | 121 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110100 | 101010 | 11011011 | 10010 | 1010001 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B42ADB
Complementary color
Monochromatic Colors of #B42ADB
Black with #B42ADB
Text Example
Text Example
White with #B42ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ADB; }
p { color: rgb(180,42,219); }
H1.HeaderClassName
{
color: #B42ADB;
}
.AnyTagClassName
{
color: #B42ADB;
}
</style>
background-color css
<style>
a { background-color: #B42ADB; }
a { background-color: rgb(180,42,219); }
div.DivClassName
{
background-color: #B42ADB;
}
.BgClassName
{
background-color: #B42ADB;
}
</style>
border-color css
<style>
span { border-color: #B42ADB; }
span { border-color: rgb(180,42,219); }
td.TdClassName
{
border-color: #B42ADB;
}
.TagClassName
{
border-color: #B42ADB;
}
</style>