Shades of Dark Orchid #B722CF
Tints of Dark Orchid #B722CF
RGB
CMYK
RGB Variations
Color information
#B722CF (or 0xB722CF) is known color: Dark Orchid. HEX triplet: B7, 22 and CF. RGB value is (183,34,207). Sum of RGB (Red+Green+Blue) = 183+34+207=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B722CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722CF is #48DD30. Grayscale: #616161. Windows color (decimal): -4775217 or 13574839. OLE color: 13574839.
HSL color Cylindrical-coordinate representation of color #B722CF: hue angle of 291.68º 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 #B722CF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 34 | 207 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.19 |
| HSL | 291.68º | 0.72% | 0.47% | - |
| HSV(B) | 291.68º | 0.84% | 0.81% | - |
| XYZ | 31.36 | 15.72 | 60.41 | - |
| YUV | 98.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 207 | 0.12 | 0.84 | 0 | 0.19 | 291.68 | 0.72 | 0.47 |
| Hex | B7 | 22 | CF | C | 54 | 0 | 13 | 124 | 48 | 2F |
| Octal | 267 | 42 | 317 | 14 | 124 | 0 | 23 | 444 | 110 | 57 |
| Binary | 10110111 | 100010 | 11001111 | 1100 | 1010100 | 0 | 10011 | 100100100 | 1001000 | 101111 |
Color Harmonies of #B722CF
Complementary color
Monochromatic Colors of #B722CF
Black with #B722CF
Text Example
Text Example
White with #B722CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722CF; }
p { color: rgb(183,34,207); }
H1.HeaderClassName
{
color: #B722CF;
}
.AnyTagClassName
{
color: #B722CF;
}
</style>
background-color css
<style>
a { background-color: #B722CF; }
a { background-color: rgb(183,34,207); }
div.DivClassName
{
background-color: #B722CF;
}
.BgClassName
{
background-color: #B722CF;
}
</style>
border-color css
<style>
span { border-color: #B722CF; }
span { border-color: rgb(183,34,207); }
td.TdClassName
{
border-color: #B722CF;
}
.TagClassName
{
border-color: #B722CF;
}
</style>