Shades of Dark Orchid #B721CF
Tints of Dark Orchid #B721CF
RGB
CMYK
RGB Variations
Color information
#B721CF (or 0xB721CF) is known color: Dark Orchid. HEX triplet: B7, 21 and CF. RGB value is (183,33,207). Sum of RGB (Red+Green+Blue) = 183+33+207=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #B721CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721CF is #48DE30. Grayscale: #616161. Windows color (decimal): -4775473 or 13574583. OLE color: 13574583.
HSL color Cylindrical-coordinate representation of color #B721CF: hue angle of 291.72º degrees, saturation: 0.73, 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 #B721CF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 33 | 207 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.19 |
| HSL | 291.72º | 0.73% | 0.47% | - |
| HSV(B) | 291.72º | 0.84% | 0.81% | - |
| XYZ | 31.33 | 15.66 | 60.4 | - |
| YUV | 97.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 207 | 0.12 | 0.84 | 0 | 0.19 | 291.72 | 0.73 | 0.47 |
| Hex | B7 | 21 | CF | C | 54 | 0 | 13 | 124 | 48 | 2F |
| Octal | 267 | 41 | 317 | 14 | 124 | 0 | 23 | 444 | 110 | 57 |
| Binary | 10110111 | 100001 | 11001111 | 1100 | 1010100 | 0 | 10011 | 100100100 | 1001000 | 101111 |
Color Harmonies of #B721CF
Complementary color
Monochromatic Colors of #B721CF
Black with #B721CF
Text Example
Text Example
White with #B721CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721CF; }
p { color: rgb(183,33,207); }
H1.HeaderClassName
{
color: #B721CF;
}
.AnyTagClassName
{
color: #B721CF;
}
</style>
background-color css
<style>
a { background-color: #B721CF; }
a { background-color: rgb(183,33,207); }
div.DivClassName
{
background-color: #B721CF;
}
.BgClassName
{
background-color: #B721CF;
}
</style>
border-color css
<style>
span { border-color: #B721CF; }
span { border-color: rgb(183,33,207); }
td.TdClassName
{
border-color: #B721CF;
}
.TagClassName
{
border-color: #B721CF;
}
</style>