Shades of Dark Orchid #B021B7
Tints of Dark Orchid #B021B7
RGB
CMYK
RGB Variations
Color information
#B021B7 (or 0xB021B7) is known color: Dark Orchid. HEX triplet: B0, 21 and B7. RGB value is (176,33,183). Sum of RGB (Red+Green+Blue) = 176+33+183=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #B021B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021B7 is #4FDE48. Grayscale: #5C5C5C. Windows color (decimal): -5234249 or 12001712. OLE color: 12001712.
HSL color Cylindrical-coordinate representation of color #B021B7: hue angle of 297.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B021B7 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 33 | 183 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.28 |
| HSL | 297.2º | 0.69% | 0.42% | - |
| HSV(B) | 297.2º | 0.82% | 0.72% | - |
| XYZ | 27 | 13.74 | 46.03 | - |
| YUV | 92.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 183 | 0.04 | 0.82 | 0 | 0.28 | 297.2 | 0.69 | 0.42 |
| Hex | B0 | 21 | B7 | 4 | 52 | 0 | 1C | 129 | 45 | 2A |
| Octal | 260 | 41 | 267 | 4 | 122 | 0 | 34 | 451 | 105 | 52 |
| Binary | 10110000 | 100001 | 10110111 | 100 | 1010010 | 0 | 11100 | 100101001 | 1000101 | 101010 |
Color Harmonies of #B021B7
Complementary color
Monochromatic Colors of #B021B7
Black with #B021B7
Text Example
Text Example
White with #B021B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021B7; }
p { color: rgb(176,33,183); }
H1.HeaderClassName
{
color: #B021B7;
}
.AnyTagClassName
{
color: #B021B7;
}
</style>
background-color css
<style>
a { background-color: #B021B7; }
a { background-color: rgb(176,33,183); }
div.DivClassName
{
background-color: #B021B7;
}
.BgClassName
{
background-color: #B021B7;
}
</style>
border-color css
<style>
span { border-color: #B021B7; }
span { border-color: rgb(176,33,183); }
td.TdClassName
{
border-color: #B021B7;
}
.TagClassName
{
border-color: #B021B7;
}
</style>