Shades of Dark Orchid #B021DA
Tints of Dark Orchid #B021DA
RGB
CMYK
RGB Variations
Color information
#B021DA (or 0xB021DA) is known color: Dark Orchid. HEX triplet: B0, 21 and DA. RGB value is (176,33,218). Sum of RGB (Red+Green+Blue) = 176+33+218=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #B021DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021DA is #4FDE25. Grayscale: #606060. Windows color (decimal): -5234214 or 14295472. OLE color: 14295472.
HSL color Cylindrical-coordinate representation of color #B021DA: hue angle of 286.38º degrees, saturation: 0.74, 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 #B021DA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 33 | 218 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.15 |
| HSL | 286.38º | 0.74% | 0.49% | - |
| HSV(B) | 286.38º | 0.85% | 0.85% | - |
| XYZ | 31.1 | 15.38 | 67.66 | - |
| YUV | 96.85 | 196.38 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 218 | 0.19 | 0.85 | 0 | 0.15 | 286.38 | 0.74 | 0.49 |
| Hex | B0 | 21 | DA | 13 | 55 | 0 | F | 11E | 4A | 31 |
| Octal | 260 | 41 | 332 | 23 | 125 | 0 | 17 | 436 | 112 | 61 |
| Binary | 10110000 | 100001 | 11011010 | 10011 | 1010101 | 0 | 1111 | 100011110 | 1001010 | 110001 |
Color Harmonies of #B021DA
Complementary color
Monochromatic Colors of #B021DA
Black with #B021DA
Text Example
Text Example
White with #B021DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021DA; }
p { color: rgb(176,33,218); }
H1.HeaderClassName
{
color: #B021DA;
}
.AnyTagClassName
{
color: #B021DA;
}
</style>
background-color css
<style>
a { background-color: #B021DA; }
a { background-color: rgb(176,33,218); }
div.DivClassName
{
background-color: #B021DA;
}
.BgClassName
{
background-color: #B021DA;
}
</style>
border-color css
<style>
span { border-color: #B021DA; }
span { border-color: rgb(176,33,218); }
td.TdClassName
{
border-color: #B021DA;
}
.TagClassName
{
border-color: #B021DA;
}
</style>