Shades of Dark Orchid #B720D5
Tints of Dark Orchid #B720D5
RGB
CMYK
RGB Variations
Color information
#B720D5 (or 0xB720D5) is known color: Dark Orchid. HEX triplet: B7, 20 and D5. RGB value is (183,32,213). Sum of RGB (Red+Green+Blue) = 183+32+213=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #B720D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720D5 is #48DF2A. Grayscale: #616161. Windows color (decimal): -4775723 or 13967543. OLE color: 13967543.
HSL color Cylindrical-coordinate representation of color #B720D5: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B720D5 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 32 | 213 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.16 |
| HSL | 290.06º | 0.74% | 0.48% | - |
| HSV(B) | 290.06º | 0.85% | 0.84% | - |
| XYZ | 32.06 | 15.9 | 64.33 | - |
| YUV | 97.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 213 | 0.14 | 0.85 | 0 | 0.16 | 290.06 | 0.74 | 0.48 |
| Hex | B7 | 20 | D5 | E | 55 | 0 | 10 | 122 | 4A | 30 |
| Octal | 267 | 40 | 325 | 16 | 125 | 0 | 20 | 442 | 112 | 60 |
| Binary | 10110111 | 100000 | 11010101 | 1110 | 1010101 | 0 | 10000 | 100100010 | 1001010 | 110000 |
Color Harmonies of #B720D5
Complementary color
Monochromatic Colors of #B720D5
Black with #B720D5
Text Example
Text Example
White with #B720D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720D5; }
p { color: rgb(183,32,213); }
H1.HeaderClassName
{
color: #B720D5;
}
.AnyTagClassName
{
color: #B720D5;
}
</style>
background-color css
<style>
a { background-color: #B720D5; }
a { background-color: rgb(183,32,213); }
div.DivClassName
{
background-color: #B720D5;
}
.BgClassName
{
background-color: #B720D5;
}
</style>
border-color css
<style>
span { border-color: #B720D5; }
span { border-color: rgb(183,32,213); }
td.TdClassName
{
border-color: #B720D5;
}
.TagClassName
{
border-color: #B720D5;
}
</style>