Shades of Dark Orchid #B822CF
Tints of Dark Orchid #B822CF
RGB
CMYK
RGB Variations
Color information
#B822CF (or 0xB822CF) is known color: Dark Orchid. HEX triplet: B8, 22 and CF. RGB value is (184,34,207). Sum of RGB (Red+Green+Blue) = 184+34+207=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #B822CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822CF is #47DD30. Grayscale: #626262. Windows color (decimal): -4709681 or 13574840. OLE color: 13574840.
HSL color Cylindrical-coordinate representation of color #B822CF: hue angle of 292.02º 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 #B822CF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 34 | 207 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.19 |
| HSL | 292.02º | 0.72% | 0.47% | - |
| HSV(B) | 292.02º | 0.84% | 0.81% | - |
| XYZ | 31.6 | 15.84 | 60.42 | - |
| YUV | 98.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 207 | 0.11 | 0.84 | 0 | 0.19 | 292.02 | 0.72 | 0.47 |
| Hex | B8 | 22 | CF | B | 54 | 0 | 13 | 124 | 48 | 2F |
| Octal | 270 | 42 | 317 | 13 | 124 | 0 | 23 | 444 | 110 | 57 |
| Binary | 10111000 | 100010 | 11001111 | 1011 | 1010100 | 0 | 10011 | 100100100 | 1001000 | 101111 |
Color Harmonies of #B822CF
Complementary color
Monochromatic Colors of #B822CF
Black with #B822CF
Text Example
Text Example
White with #B822CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822CF; }
p { color: rgb(184,34,207); }
H1.HeaderClassName
{
color: #B822CF;
}
.AnyTagClassName
{
color: #B822CF;
}
</style>
background-color css
<style>
a { background-color: #B822CF; }
a { background-color: rgb(184,34,207); }
div.DivClassName
{
background-color: #B822CF;
}
.BgClassName
{
background-color: #B822CF;
}
</style>
border-color css
<style>
span { border-color: #B822CF; }
span { border-color: rgb(184,34,207); }
td.TdClassName
{
border-color: #B822CF;
}
.TagClassName
{
border-color: #B822CF;
}
</style>