Shades of Dark Orchid #B021AF
Tints of Dark Orchid #B021AF
RGB
CMYK
RGB Variations
Color information
#B021AF (or 0xB021AF) is known color: Dark Orchid. HEX triplet: B0, 21 and AF. RGB value is (176,33,175). Sum of RGB (Red+Green+Blue) = 176+33+175=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B021AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B021AF is #4FDE50. Grayscale: #5B5B5B. Windows color (decimal): -5234257 or 11477424. OLE color: 11477424.
HSL color Cylindrical-coordinate representation of color #B021AF: hue angle of 300.42º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B021AF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 175 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.31 |
| HSL | 300.42º | 0.68% | 0.41% | - |
| HSV(B) | 300.42º | 0.81% | 0.69% | - |
| XYZ | 26.19 | 13.41 | 41.77 | - |
| YUV | 91.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 175 | 0 | 0.81 | 0.01 | 0.31 | 300.42 | 0.68 | 0.41 |
| Hex | B0 | 21 | AF | 0 | 51 | 1 | 1F | 12C | 44 | 29 |
| Octal | 260 | 41 | 257 | 0 | 121 | 1 | 37 | 454 | 104 | 51 |
| Binary | 10110000 | 100001 | 10101111 | 0 | 1010001 | 1 | 11111 | 100101100 | 1000100 | 101001 |
Color Harmonies of #B021AF
Complementary color
Monochromatic Colors of #B021AF
Black with #B021AF
Text Example
Text Example
White with #B021AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021AF; }
p { color: rgb(176,33,175); }
H1.HeaderClassName
{
color: #B021AF;
}
.AnyTagClassName
{
color: #B021AF;
}
</style>
background-color css
<style>
a { background-color: #B021AF; }
a { background-color: rgb(176,33,175); }
div.DivClassName
{
background-color: #B021AF;
}
.BgClassName
{
background-color: #B021AF;
}
</style>
border-color css
<style>
span { border-color: #B021AF; }
span { border-color: rgb(176,33,175); }
td.TdClassName
{
border-color: #B021AF;
}
.TagClassName
{
border-color: #B021AF;
}
</style>