Shades of Dark Orchid #B422CF
Tints of Dark Orchid #B422CF
RGB
CMYK
RGB Variations
Color information
#B422CF (or 0xB422CF) is known color: Dark Orchid. HEX triplet: B4, 22 and CF. RGB value is (180,34,207). Sum of RGB (Red+Green+Blue) = 180+34+207=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B422CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422CF is #4BDD30. Grayscale: #606060. Windows color (decimal): -4971825 or 13574836. OLE color: 13574836.
HSL color Cylindrical-coordinate representation of color #B422CF: hue angle of 290.64º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B422CF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 34 | 207 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.19 |
| HSL | 290.64º | 0.72% | 0.47% | - |
| HSV(B) | 290.64º | 0.84% | 0.81% | - |
| XYZ | 30.66 | 15.35 | 60.38 | - |
| YUV | 97.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 207 | 0.13 | 0.84 | 0 | 0.19 | 290.64 | 0.72 | 0.47 |
| Hex | B4 | 22 | CF | D | 54 | 0 | 13 | 123 | 48 | 2F |
| Octal | 264 | 42 | 317 | 15 | 124 | 0 | 23 | 443 | 110 | 57 |
| Binary | 10110100 | 100010 | 11001111 | 1101 | 1010100 | 0 | 10011 | 100100011 | 1001000 | 101111 |
Color Harmonies of #B422CF
Complementary color
Monochromatic Colors of #B422CF
Black with #B422CF
Text Example
Text Example
White with #B422CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422CF; }
p { color: rgb(180,34,207); }
H1.HeaderClassName
{
color: #B422CF;
}
.AnyTagClassName
{
color: #B422CF;
}
</style>
background-color css
<style>
a { background-color: #B422CF; }
a { background-color: rgb(180,34,207); }
div.DivClassName
{
background-color: #B422CF;
}
.BgClassName
{
background-color: #B422CF;
}
</style>
border-color css
<style>
span { border-color: #B422CF; }
span { border-color: rgb(180,34,207); }
td.TdClassName
{
border-color: #B422CF;
}
.TagClassName
{
border-color: #B422CF;
}
</style>