Shades of Dark Orchid #B722DF
Tints of Dark Orchid #B722DF
RGB
CMYK
RGB Variations
Color information
#B722DF (or 0xB722DF) is known color: Dark Orchid. HEX triplet: B7, 22 and DF. RGB value is (183,34,223). Sum of RGB (Red+Green+Blue) = 183+34+223=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B722DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722DF is #48DD20. Grayscale: #636363. Windows color (decimal): -4775201 or 14623415. OLE color: 14623415.
HSL color Cylindrical-coordinate representation of color #B722DF: hue angle of 287.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B722DF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 34 | 223 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.13 |
| HSL | 287.3º | 0.75% | 0.5% | - |
| HSV(B) | 287.3º | 0.85% | 0.87% | - |
| XYZ | 33.42 | 16.54 | 71.24 | - |
| YUV | 100.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 223 | 0.18 | 0.85 | 0 | 0.13 | 287.3 | 0.75 | 0.5 |
| Hex | B7 | 22 | DF | 12 | 55 | 0 | D | 11F | 4B | 32 |
| Octal | 267 | 42 | 337 | 22 | 125 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110111 | 100010 | 11011111 | 10010 | 1010101 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B722DF
Complementary color
Monochromatic Colors of #B722DF
Black with #B722DF
Text Example
Text Example
White with #B722DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722DF; }
p { color: rgb(183,34,223); }
H1.HeaderClassName
{
color: #B722DF;
}
.AnyTagClassName
{
color: #B722DF;
}
</style>
background-color css
<style>
a { background-color: #B722DF; }
a { background-color: rgb(183,34,223); }
div.DivClassName
{
background-color: #B722DF;
}
.BgClassName
{
background-color: #B722DF;
}
</style>
border-color css
<style>
span { border-color: #B722DF; }
span { border-color: rgb(183,34,223); }
td.TdClassName
{
border-color: #B722DF;
}
.TagClassName
{
border-color: #B722DF;
}
</style>