Shades of Dark Orchid #B422D0
Tints of Dark Orchid #B422D0
RGB
CMYK
RGB Variations
Color information
#B422D0 (or 0xB422D0) is known color: Dark Orchid. HEX triplet: B4, 22 and D0. RGB value is (180,34,208). Sum of RGB (Red+Green+Blue) = 180+34+208=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #B422D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422D0 is #4BDD2F. Grayscale: #606060. Windows color (decimal): -4971824 or 13640372. OLE color: 13640372.
HSL color Cylindrical-coordinate representation of color #B422D0: hue angle of 290.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B422D0 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 34 | 208 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.18 |
| HSL | 290.34º | 0.72% | 0.47% | - |
| HSV(B) | 290.34º | 0.84% | 0.82% | - |
| XYZ | 30.78 | 15.4 | 61.03 | - |
| YUV | 97.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 208 | 0.13 | 0.84 | 0 | 0.18 | 290.34 | 0.72 | 0.47 |
| Hex | B4 | 22 | D0 | D | 54 | 0 | 12 | 122 | 48 | 2F |
| Octal | 264 | 42 | 320 | 15 | 124 | 0 | 22 | 442 | 110 | 57 |
| Binary | 10110100 | 100010 | 11010000 | 1101 | 1010100 | 0 | 10010 | 100100010 | 1001000 | 101111 |
Color Harmonies of #B422D0
Complementary color
Monochromatic Colors of #B422D0
Black with #B422D0
Text Example
Text Example
White with #B422D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422D0; }
p { color: rgb(180,34,208); }
H1.HeaderClassName
{
color: #B422D0;
}
.AnyTagClassName
{
color: #B422D0;
}
</style>
background-color css
<style>
a { background-color: #B422D0; }
a { background-color: rgb(180,34,208); }
div.DivClassName
{
background-color: #B422D0;
}
.BgClassName
{
background-color: #B422D0;
}
</style>
border-color css
<style>
span { border-color: #B422D0; }
span { border-color: rgb(180,34,208); }
td.TdClassName
{
border-color: #B422D0;
}
.TagClassName
{
border-color: #B422D0;
}
</style>