Shades of Dark Orchid #B22ADD
Tints of Dark Orchid #B22ADD
RGB
CMYK
RGB Variations
Color information
#B22ADD (or 0xB22ADD) is known color: Dark Orchid. HEX triplet: B2, 2A and DD. RGB value is (178,42,221). Sum of RGB (Red+Green+Blue) = 178+42+221=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B22ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ADD is #4DD522. Grayscale: #666666. Windows color (decimal): -5100835 or 14494386. OLE color: 14494386.
HSL color Cylindrical-coordinate representation of color #B22ADD: hue angle of 285.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22ADD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 42 | 221 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 285.59º | 0.72% | 0.52% | - |
| HSV(B) | 285.59º | 0.81% | 0.87% | - |
| XYZ | 32.24 | 16.34 | 69.86 | - |
| YUV | 103.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 221 | 0.19 | 0.81 | 0 | 0.13 | 285.59 | 0.72 | 0.52 |
| Hex | B2 | 2A | DD | 13 | 51 | 0 | D | 11E | 48 | 34 |
| Octal | 262 | 52 | 335 | 23 | 121 | 0 | 15 | 436 | 110 | 64 |
| Binary | 10110010 | 101010 | 11011101 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001000 | 110100 |
Color Harmonies of #B22ADD
Complementary color
Monochromatic Colors of #B22ADD
Black with #B22ADD
Text Example
Text Example
White with #B22ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22ADD; }
p { color: rgb(178,42,221); }
H1.HeaderClassName
{
color: #B22ADD;
}
.AnyTagClassName
{
color: #B22ADD;
}
</style>
background-color css
<style>
a { background-color: #B22ADD; }
a { background-color: rgb(178,42,221); }
div.DivClassName
{
background-color: #B22ADD;
}
.BgClassName
{
background-color: #B22ADD;
}
</style>
border-color css
<style>
span { border-color: #B22ADD; }
span { border-color: rgb(178,42,221); }
td.TdClassName
{
border-color: #B22ADD;
}
.TagClassName
{
border-color: #B22ADD;
}
</style>