Shades of Dark Orchid #B422BB
Tints of Dark Orchid #B422BB
RGB
CMYK
RGB Variations
Color information
#B422BB (or 0xB422BB) is known color: Dark Orchid. HEX triplet: B4, 22 and BB. RGB value is (180,34,187). Sum of RGB (Red+Green+Blue) = 180+34+187=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #B422BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422BB is #4BDD44. Grayscale: #5E5E5E. Windows color (decimal): -4971845 or 12264116. OLE color: 12264116.
HSL color Cylindrical-coordinate representation of color #B422BB: hue angle of 297.25º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B422BB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 34 | 187 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.27 |
| HSL | 297.25º | 0.69% | 0.43% | - |
| HSV(B) | 297.25º | 0.82% | 0.73% | - |
| XYZ | 28.36 | 14.44 | 48.31 | - |
| YUV | 95.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 187 | 0.04 | 0.82 | 0 | 0.27 | 297.25 | 0.69 | 0.43 |
| Hex | B4 | 22 | BB | 4 | 52 | 0 | 1B | 129 | 45 | 2B |
| Octal | 264 | 42 | 273 | 4 | 122 | 0 | 33 | 451 | 105 | 53 |
| Binary | 10110100 | 100010 | 10111011 | 100 | 1010010 | 0 | 11011 | 100101001 | 1000101 | 101011 |
Color Harmonies of #B422BB
Complementary color
Monochromatic Colors of #B422BB
Black with #B422BB
Text Example
Text Example
White with #B422BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422BB; }
p { color: rgb(180,34,187); }
H1.HeaderClassName
{
color: #B422BB;
}
.AnyTagClassName
{
color: #B422BB;
}
</style>
background-color css
<style>
a { background-color: #B422BB; }
a { background-color: rgb(180,34,187); }
div.DivClassName
{
background-color: #B422BB;
}
.BgClassName
{
background-color: #B422BB;
}
</style>
border-color css
<style>
span { border-color: #B422BB; }
span { border-color: rgb(180,34,187); }
td.TdClassName
{
border-color: #B422BB;
}
.TagClassName
{
border-color: #B422BB;
}
</style>