Shades of Dark Orchid #B21EDD
Tints of Dark Orchid #B21EDD
RGB
CMYK
RGB Variations
Color information
#B21EDD (or 0xB21EDD) is known color: Dark Orchid. HEX triplet: B2, 1E and DD. RGB value is (178,30,221). Sum of RGB (Red+Green+Blue) = 178+30+221=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #B21EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EDD is #4DE122. Grayscale: #5F5F5F. Windows color (decimal): -5103907 or 14491314. OLE color: 14491314.
HSL color Cylindrical-coordinate representation of color #B21EDD: hue angle of 286.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21EDD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 30 | 221 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 286.49º | 0.76% | 0.49% | - |
| HSV(B) | 286.49º | 0.86% | 0.87% | - |
| XYZ | 31.88 | 15.61 | 69.74 | - |
| YUV | 96.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 221 | 0.19 | 0.86 | 0 | 0.13 | 286.49 | 0.76 | 0.49 |
| Hex | B2 | 1E | DD | 13 | 56 | 0 | D | 11E | 4C | 31 |
| Octal | 262 | 36 | 335 | 23 | 126 | 0 | 15 | 436 | 114 | 61 |
| Binary | 10110010 | 11110 | 11011101 | 10011 | 1010110 | 0 | 1101 | 100011110 | 1001100 | 110001 |
Color Harmonies of #B21EDD
Complementary color
Monochromatic Colors of #B21EDD
Black with #B21EDD
Text Example
Text Example
White with #B21EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EDD; }
p { color: rgb(178,30,221); }
H1.HeaderClassName
{
color: #B21EDD;
}
.AnyTagClassName
{
color: #B21EDD;
}
</style>
background-color css
<style>
a { background-color: #B21EDD; }
a { background-color: rgb(178,30,221); }
div.DivClassName
{
background-color: #B21EDD;
}
.BgClassName
{
background-color: #B21EDD;
}
</style>
border-color css
<style>
span { border-color: #B21EDD; }
span { border-color: rgb(178,30,221); }
td.TdClassName
{
border-color: #B21EDD;
}
.TagClassName
{
border-color: #B21EDD;
}
</style>