Shades of Dark Orchid #B721D8
Tints of Dark Orchid #B721D8
RGB
CMYK
RGB Variations
Color information
#B721D8 (or 0xB721D8) is known color: Dark Orchid. HEX triplet: B7, 21 and D8. RGB value is (183,33,216). Sum of RGB (Red+Green+Blue) = 183+33+216=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #B721D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721D8 is #48DE27. Grayscale: #626262. Windows color (decimal): -4775464 or 14164407. OLE color: 14164407.
HSL color Cylindrical-coordinate representation of color #B721D8: hue angle of 289.18º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B721D8 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 33 | 216 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.15 |
| HSL | 289.18º | 0.73% | 0.49% | - |
| HSV(B) | 289.18º | 0.85% | 0.85% | - |
| XYZ | 32.47 | 16.11 | 66.36 | - |
| YUV | 98.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 216 | 0.15 | 0.85 | 0 | 0.15 | 289.18 | 0.73 | 0.49 |
| Hex | B7 | 21 | D8 | F | 55 | 0 | F | 121 | 49 | 31 |
| Octal | 267 | 41 | 330 | 17 | 125 | 0 | 17 | 441 | 111 | 61 |
| Binary | 10110111 | 100001 | 11011000 | 1111 | 1010101 | 0 | 1111 | 100100001 | 1001001 | 110001 |
Color Harmonies of #B721D8
Complementary color
Monochromatic Colors of #B721D8
Black with #B721D8
Text Example
Text Example
White with #B721D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721D8; }
p { color: rgb(183,33,216); }
H1.HeaderClassName
{
color: #B721D8;
}
.AnyTagClassName
{
color: #B721D8;
}
</style>
background-color css
<style>
a { background-color: #B721D8; }
a { background-color: rgb(183,33,216); }
div.DivClassName
{
background-color: #B721D8;
}
.BgClassName
{
background-color: #B721D8;
}
</style>
border-color css
<style>
span { border-color: #B721D8; }
span { border-color: rgb(183,33,216); }
td.TdClassName
{
border-color: #B721D8;
}
.TagClassName
{
border-color: #B721D8;
}
</style>