Shades of Dark Orchid #B822CB
Tints of Dark Orchid #B822CB
RGB
CMYK
RGB Variations
Color information
#B822CB (or 0xB822CB) is known color: Dark Orchid. HEX triplet: B8, 22 and CB. RGB value is (184,34,203). Sum of RGB (Red+Green+Blue) = 184+34+203=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #B822CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822CB is #47DD34. Grayscale: #616161. Windows color (decimal): -4709685 or 13312696. OLE color: 13312696.
HSL color Cylindrical-coordinate representation of color #B822CB: hue angle of 293.25º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B822CB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 34 | 203 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.20 |
| HSL | 293.25º | 0.71% | 0.46% | - |
| HSV(B) | 293.25º | 0.83% | 0.8% | - |
| XYZ | 31.12 | 15.65 | 57.88 | - |
| YUV | 98.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 203 | 0.09 | 0.83 | 0 | 0.20 | 293.25 | 0.71 | 0.46 |
| Hex | B8 | 22 | CB | 9 | 53 | 0 | 14 | 125 | 47 | 2E |
| Octal | 270 | 42 | 313 | 11 | 123 | 0 | 24 | 445 | 107 | 56 |
| Binary | 10111000 | 100010 | 11001011 | 1001 | 1010011 | 0 | 10100 | 100100101 | 1000111 | 101110 |
Color Harmonies of #B822CB
Complementary color
Monochromatic Colors of #B822CB
Black with #B822CB
Text Example
Text Example
White with #B822CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822CB; }
p { color: rgb(184,34,203); }
H1.HeaderClassName
{
color: #B822CB;
}
.AnyTagClassName
{
color: #B822CB;
}
</style>
background-color css
<style>
a { background-color: #B822CB; }
a { background-color: rgb(184,34,203); }
div.DivClassName
{
background-color: #B822CB;
}
.BgClassName
{
background-color: #B822CB;
}
</style>
border-color css
<style>
span { border-color: #B822CB; }
span { border-color: rgb(184,34,203); }
td.TdClassName
{
border-color: #B822CB;
}
.TagClassName
{
border-color: #B822CB;
}
</style>