Shades of Dark Orchid #B21EE5
Tints of Dark Orchid #B21EE5
RGB
CMYK
RGB Variations
Color information
#B21EE5 (or 0xB21EE5) is known color: Dark Orchid. HEX triplet: B2, 1E and E5. RGB value is (178,30,229). Sum of RGB (Red+Green+Blue) = 178+30+229=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #B21EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EE5 is #4DE11A. Grayscale: #606060. Windows color (decimal): -5103899 or 15015602. OLE color: 15015602.
HSL color Cylindrical-coordinate representation of color #B21EE5: hue angle of 284.62º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EE5 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 30 | 229 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.10 |
| HSL | 284.62º | 0.79% | 0.51% | - |
| HSV(B) | 284.62º | 0.87% | 0.9% | - |
| XYZ | 32.97 | 16.05 | 75.49 | - |
| YUV | 96.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 229 | 0.22 | 0.87 | 0 | 0.10 | 284.62 | 0.79 | 0.51 |
| Hex | B2 | 1E | E5 | 16 | 57 | 0 | A | 11D | 4F | 33 |
| Octal | 262 | 36 | 345 | 26 | 127 | 0 | 12 | 435 | 117 | 63 |
| Binary | 10110010 | 11110 | 11100101 | 10110 | 1010111 | 0 | 1010 | 100011101 | 1001111 | 110011 |
Color Harmonies of #B21EE5
Complementary color
Monochromatic Colors of #B21EE5
Black with #B21EE5
Text Example
Text Example
White with #B21EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EE5; }
p { color: rgb(178,30,229); }
H1.HeaderClassName
{
color: #B21EE5;
}
.AnyTagClassName
{
color: #B21EE5;
}
</style>
background-color css
<style>
a { background-color: #B21EE5; }
a { background-color: rgb(178,30,229); }
div.DivClassName
{
background-color: #B21EE5;
}
.BgClassName
{
background-color: #B21EE5;
}
</style>
border-color css
<style>
span { border-color: #B21EE5; }
span { border-color: rgb(178,30,229); }
td.TdClassName
{
border-color: #B21EE5;
}
.TagClassName
{
border-color: #B21EE5;
}
</style>