Shades of Dark Orchid #B420D2
Tints of Dark Orchid #B420D2
RGB
CMYK
RGB Variations
Color information
#B420D2 (or 0xB420D2) is known color: Dark Orchid. HEX triplet: B4, 20 and D2. RGB value is (180,32,210). Sum of RGB (Red+Green+Blue) = 180+32+210=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #B420D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420D2 is #4BDF2D. Grayscale: #5F5F5F. Windows color (decimal): -4972334 or 13770932. OLE color: 13770932.
HSL color Cylindrical-coordinate representation of color #B420D2: hue angle of 289.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B420D2 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 32 | 210 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.18 |
| HSL | 289.89º | 0.74% | 0.47% | - |
| HSV(B) | 289.89º | 0.85% | 0.82% | - |
| XYZ | 30.97 | 15.39 | 62.31 | - |
| YUV | 96.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 210 | 0.14 | 0.85 | 0 | 0.18 | 289.89 | 0.74 | 0.47 |
| Hex | B4 | 20 | D2 | E | 55 | 0 | 12 | 122 | 4A | 2F |
| Octal | 264 | 40 | 322 | 16 | 125 | 0 | 22 | 442 | 112 | 57 |
| Binary | 10110100 | 100000 | 11010010 | 1110 | 1010101 | 0 | 10010 | 100100010 | 1001010 | 101111 |
Color Harmonies of #B420D2
Complementary color
Monochromatic Colors of #B420D2
Black with #B420D2
Text Example
Text Example
White with #B420D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420D2; }
p { color: rgb(180,32,210); }
H1.HeaderClassName
{
color: #B420D2;
}
.AnyTagClassName
{
color: #B420D2;
}
</style>
background-color css
<style>
a { background-color: #B420D2; }
a { background-color: rgb(180,32,210); }
div.DivClassName
{
background-color: #B420D2;
}
.BgClassName
{
background-color: #B420D2;
}
</style>
border-color css
<style>
span { border-color: #B420D2; }
span { border-color: rgb(180,32,210); }
td.TdClassName
{
border-color: #B420D2;
}
.TagClassName
{
border-color: #B420D2;
}
</style>