Shades of Dark Orchid #B21EDF
Tints of Dark Orchid #B21EDF
RGB
CMYK
RGB Variations
Color information
#B21EDF (or 0xB21EDF) is known color: Dark Orchid. HEX triplet: B2, 1E and DF. RGB value is (178,30,223). Sum of RGB (Red+Green+Blue) = 178+30+223=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EDF is #4DE120. Grayscale: #5F5F5F. Windows color (decimal): -5103905 or 14622386. OLE color: 14622386.
HSL color Cylindrical-coordinate representation of color #B21EDF: hue angle of 286.01º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EDF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 30 | 223 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.13 |
| HSL | 286.01º | 0.76% | 0.5% | - |
| HSV(B) | 286.01º | 0.87% | 0.87% | - |
| XYZ | 32.14 | 15.72 | 71.15 | - |
| YUV | 96.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 223 | 0.20 | 0.87 | 0 | 0.13 | 286.01 | 0.76 | 0.5 |
| Hex | B2 | 1E | DF | 14 | 57 | 0 | D | 11E | 4C | 32 |
| Octal | 262 | 36 | 337 | 24 | 127 | 0 | 15 | 436 | 114 | 62 |
| Binary | 10110010 | 11110 | 11011111 | 10100 | 1010111 | 0 | 1101 | 100011110 | 1001100 | 110010 |
Color Harmonies of #B21EDF
Complementary color
Monochromatic Colors of #B21EDF
Black with #B21EDF
Text Example
Text Example
White with #B21EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EDF; }
p { color: rgb(178,30,223); }
H1.HeaderClassName
{
color: #B21EDF;
}
.AnyTagClassName
{
color: #B21EDF;
}
</style>
background-color css
<style>
a { background-color: #B21EDF; }
a { background-color: rgb(178,30,223); }
div.DivClassName
{
background-color: #B21EDF;
}
.BgClassName
{
background-color: #B21EDF;
}
</style>
border-color css
<style>
span { border-color: #B21EDF; }
span { border-color: rgb(178,30,223); }
td.TdClassName
{
border-color: #B21EDF;
}
.TagClassName
{
border-color: #B21EDF;
}
</style>