Shades of Dark Orchid #B422BD
Tints of Dark Orchid #B422BD
RGB
CMYK
RGB Variations
Color information
#B422BD (or 0xB422BD) is known color: Dark Orchid. HEX triplet: B4, 22 and BD. RGB value is (180,34,189). Sum of RGB (Red+Green+Blue) = 180+34+189=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B422BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422BD is #4BDD42. Grayscale: #5E5E5E. Windows color (decimal): -4971843 or 12395188. OLE color: 12395188.
HSL color Cylindrical-coordinate representation of color #B422BD: hue angle of 296.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B422BD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 34 | 189 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.26 |
| HSL | 296.52º | 0.7% | 0.44% | - |
| HSV(B) | 296.52º | 0.82% | 0.74% | - |
| XYZ | 28.58 | 14.52 | 49.44 | - |
| YUV | 95.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 189 | 0.05 | 0.82 | 0 | 0.26 | 296.52 | 0.7 | 0.44 |
| Hex | B4 | 22 | BD | 5 | 52 | 0 | 1A | 129 | 46 | 2C |
| Octal | 264 | 42 | 275 | 5 | 122 | 0 | 32 | 451 | 106 | 54 |
| Binary | 10110100 | 100010 | 10111101 | 101 | 1010010 | 0 | 11010 | 100101001 | 1000110 | 101100 |
Color Harmonies of #B422BD
Complementary color
Monochromatic Colors of #B422BD
Black with #B422BD
Text Example
Text Example
White with #B422BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422BD; }
p { color: rgb(180,34,189); }
H1.HeaderClassName
{
color: #B422BD;
}
.AnyTagClassName
{
color: #B422BD;
}
</style>
background-color css
<style>
a { background-color: #B422BD; }
a { background-color: rgb(180,34,189); }
div.DivClassName
{
background-color: #B422BD;
}
.BgClassName
{
background-color: #B422BD;
}
</style>
border-color css
<style>
span { border-color: #B422BD; }
span { border-color: rgb(180,34,189); }
td.TdClassName
{
border-color: #B422BD;
}
.TagClassName
{
border-color: #B422BD;
}
</style>