Shades of Dark Orchid #B722E4
Tints of Dark Orchid #B722E4
RGB
CMYK
RGB Variations
Color information
#B722E4 (or 0xB722E4) is known color: Dark Orchid. HEX triplet: B7, 22 and E4. RGB value is (183,34,228). Sum of RGB (Red+Green+Blue) = 183+34+228=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #B722E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722E4 is #48DD1B. Grayscale: #646464. Windows color (decimal): -4775196 or 14951095. OLE color: 14951095.
HSL color Cylindrical-coordinate representation of color #B722E4: hue angle of 286.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B722E4 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 34 | 228 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.11 |
| HSL | 286.08º | 0.78% | 0.51% | - |
| HSV(B) | 286.08º | 0.85% | 0.89% | - |
| XYZ | 34.1 | 16.81 | 74.85 | - |
| YUV | 100.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 228 | 0.20 | 0.85 | 0 | 0.11 | 286.08 | 0.78 | 0.51 |
| Hex | B7 | 22 | E4 | 14 | 55 | 0 | B | 11E | 4E | 33 |
| Octal | 267 | 42 | 344 | 24 | 125 | 0 | 13 | 436 | 116 | 63 |
| Binary | 10110111 | 100010 | 11100100 | 10100 | 1010101 | 0 | 1011 | 100011110 | 1001110 | 110011 |
Color Harmonies of #B722E4
Complementary color
Monochromatic Colors of #B722E4
Black with #B722E4
Text Example
Text Example
White with #B722E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722E4; }
p { color: rgb(183,34,228); }
H1.HeaderClassName
{
color: #B722E4;
}
.AnyTagClassName
{
color: #B722E4;
}
</style>
background-color css
<style>
a { background-color: #B722E4; }
a { background-color: rgb(183,34,228); }
div.DivClassName
{
background-color: #B722E4;
}
.BgClassName
{
background-color: #B722E4;
}
</style>
border-color css
<style>
span { border-color: #B722E4; }
span { border-color: rgb(183,34,228); }
td.TdClassName
{
border-color: #B722E4;
}
.TagClassName
{
border-color: #B722E4;
}
</style>