Shades of Dark Orchid #B21DE4
Tints of Dark Orchid #B21DE4
RGB
CMYK
RGB Variations
Color information
#B21DE4 (or 0xB21DE4) is known color: Dark Orchid. HEX triplet: B2, 1D and E4. RGB value is (178,29,228). Sum of RGB (Red+Green+Blue) = 178+29+228=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #B21DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DE4 is #4DE21B. Grayscale: #5F5F5F. Windows color (decimal): -5104156 or 14949810. OLE color: 14949810.
HSL color Cylindrical-coordinate representation of color #B21DE4: hue angle of 284.92º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21DE4 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 29 | 228 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.11 |
| HSL | 284.92º | 0.79% | 0.5% | - |
| HSV(B) | 284.92º | 0.87% | 0.89% | - |
| XYZ | 32.8 | 15.95 | 74.75 | - |
| YUV | 96.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 228 | 0.22 | 0.87 | 0 | 0.11 | 284.92 | 0.79 | 0.5 |
| Hex | B2 | 1D | E4 | 16 | 57 | 0 | B | 11D | 4F | 32 |
| Octal | 262 | 35 | 344 | 26 | 127 | 0 | 13 | 435 | 117 | 62 |
| Binary | 10110010 | 11101 | 11100100 | 10110 | 1010111 | 0 | 1011 | 100011101 | 1001111 | 110010 |
Color Harmonies of #B21DE4
Complementary color
Monochromatic Colors of #B21DE4
Black with #B21DE4
Text Example
Text Example
White with #B21DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21DE4; }
p { color: rgb(178,29,228); }
H1.HeaderClassName
{
color: #B21DE4;
}
.AnyTagClassName
{
color: #B21DE4;
}
</style>
background-color css
<style>
a { background-color: #B21DE4; }
a { background-color: rgb(178,29,228); }
div.DivClassName
{
background-color: #B21DE4;
}
.BgClassName
{
background-color: #B21DE4;
}
</style>
border-color css
<style>
span { border-color: #B21DE4; }
span { border-color: rgb(178,29,228); }
td.TdClassName
{
border-color: #B21DE4;
}
.TagClassName
{
border-color: #B21DE4;
}
</style>