Shades of Dark Orchid #B721CC
Tints of Dark Orchid #B721CC
RGB
CMYK
RGB Variations
Color information
#B721CC (or 0xB721CC) is known color: Dark Orchid. HEX triplet: B7, 21 and CC. RGB value is (183,33,204). Sum of RGB (Red+Green+Blue) = 183+33+204=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #B721CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721CC is #48DE33. Grayscale: #606060. Windows color (decimal): -4775476 or 13377975. OLE color: 13377975.
HSL color Cylindrical-coordinate representation of color #B721CC: hue angle of 292.63º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B721CC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 33 | 204 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.2 |
| HSL | 292.63º | 0.72% | 0.46% | - |
| HSV(B) | 292.63º | 0.84% | 0.8% | - |
| XYZ | 30.97 | 15.51 | 58.49 | - |
| YUV | 97.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 204 | 0.10 | 0.84 | 0 | 0.2 | 292.63 | 0.72 | 0.46 |
| Hex | B7 | 21 | CC | A | 54 | 0 | 14 | 125 | 48 | 2E |
| Octal | 267 | 41 | 314 | 12 | 124 | 0 | 24 | 445 | 110 | 56 |
| Binary | 10110111 | 100001 | 11001100 | 1010 | 1010100 | 0 | 10100 | 100100101 | 1001000 | 101110 |
Color Harmonies of #B721CC
Complementary color
Monochromatic Colors of #B721CC
Black with #B721CC
Text Example
Text Example
White with #B721CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721CC; }
p { color: rgb(183,33,204); }
H1.HeaderClassName
{
color: #B721CC;
}
.AnyTagClassName
{
color: #B721CC;
}
</style>
background-color css
<style>
a { background-color: #B721CC; }
a { background-color: rgb(183,33,204); }
div.DivClassName
{
background-color: #B721CC;
}
.BgClassName
{
background-color: #B721CC;
}
</style>
border-color css
<style>
span { border-color: #B721CC; }
span { border-color: rgb(183,33,204); }
td.TdClassName
{
border-color: #B721CC;
}
.TagClassName
{
border-color: #B721CC;
}
</style>