Shades of Dark Orchid #B22ADC
Tints of Dark Orchid #B22ADC
RGB
CMYK
RGB Variations
Color information
#B22ADC (or 0xB22ADC) is known color: Dark Orchid. HEX triplet: B2, 2A and DC. RGB value is (178,42,220). Sum of RGB (Red+Green+Blue) = 178+42+220=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B22ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ADC is #4DD523. Grayscale: #666666. Windows color (decimal): -5100836 or 14428850. OLE color: 14428850.
HSL color Cylindrical-coordinate representation of color #B22ADC: hue angle of 285.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22ADC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 42 | 220 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.14 |
| HSL | 285.84º | 0.72% | 0.51% | - |
| HSV(B) | 285.84º | 0.81% | 0.86% | - |
| XYZ | 32.11 | 16.29 | 69.16 | - |
| YUV | 102.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 220 | 0.19 | 0.81 | 0 | 0.14 | 285.84 | 0.72 | 0.51 |
| Hex | B2 | 2A | DC | 13 | 51 | 0 | E | 11E | 48 | 33 |
| Octal | 262 | 52 | 334 | 23 | 121 | 0 | 16 | 436 | 110 | 63 |
| Binary | 10110010 | 101010 | 11011100 | 10011 | 1010001 | 0 | 1110 | 100011110 | 1001000 | 110011 |
Color Harmonies of #B22ADC
Complementary color
Monochromatic Colors of #B22ADC
Black with #B22ADC
Text Example
Text Example
White with #B22ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22ADC; }
p { color: rgb(178,42,220); }
H1.HeaderClassName
{
color: #B22ADC;
}
.AnyTagClassName
{
color: #B22ADC;
}
</style>
background-color css
<style>
a { background-color: #B22ADC; }
a { background-color: rgb(178,42,220); }
div.DivClassName
{
background-color: #B22ADC;
}
.BgClassName
{
background-color: #B22ADC;
}
</style>
border-color css
<style>
span { border-color: #B22ADC; }
span { border-color: rgb(178,42,220); }
td.TdClassName
{
border-color: #B22ADC;
}
.TagClassName
{
border-color: #B22ADC;
}
</style>