Shades of Dark Orchid #B822CD
Tints of Dark Orchid #B822CD
RGB
CMYK
RGB Variations
Color information
#B822CD (or 0xB822CD) is known color: Dark Orchid. HEX triplet: B8, 22 and CD. RGB value is (184,34,205). Sum of RGB (Red+Green+Blue) = 184+34+205=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #B822CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822CD is #47DD32. Grayscale: #616161. Windows color (decimal): -4709683 or 13443768. OLE color: 13443768.
HSL color Cylindrical-coordinate representation of color #B822CD: hue angle of 292.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B822CD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 34 | 205 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.20 |
| HSL | 292.63º | 0.72% | 0.47% | - |
| HSV(B) | 292.63º | 0.83% | 0.8% | - |
| XYZ | 31.36 | 15.74 | 59.14 | - |
| YUV | 98.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 205 | 0.10 | 0.83 | 0 | 0.20 | 292.63 | 0.72 | 0.47 |
| Hex | B8 | 22 | CD | A | 53 | 0 | 14 | 125 | 48 | 2F |
| Octal | 270 | 42 | 315 | 12 | 123 | 0 | 24 | 445 | 110 | 57 |
| Binary | 10111000 | 100010 | 11001101 | 1010 | 1010011 | 0 | 10100 | 100100101 | 1001000 | 101111 |
Color Harmonies of #B822CD
Complementary color
Monochromatic Colors of #B822CD
Black with #B822CD
Text Example
Text Example
White with #B822CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822CD; }
p { color: rgb(184,34,205); }
H1.HeaderClassName
{
color: #B822CD;
}
.AnyTagClassName
{
color: #B822CD;
}
</style>
background-color css
<style>
a { background-color: #B822CD; }
a { background-color: rgb(184,34,205); }
div.DivClassName
{
background-color: #B822CD;
}
.BgClassName
{
background-color: #B822CD;
}
</style>
border-color css
<style>
span { border-color: #B822CD; }
span { border-color: rgb(184,34,205); }
td.TdClassName
{
border-color: #B822CD;
}
.TagClassName
{
border-color: #B822CD;
}
</style>