Shades of Dark Orchid #B121DE
Tints of Dark Orchid #B121DE
RGB
CMYK
RGB Variations
Color information
#B121DE (or 0xB121DE) is known color: Dark Orchid. HEX triplet: B1, 21 and DE. RGB value is (177,33,222). Sum of RGB (Red+Green+Blue) = 177+33+222=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #B121DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121DE is #4EDE21. Grayscale: #606060. Windows color (decimal): -5168674 or 14557617. OLE color: 14557617.
HSL color Cylindrical-coordinate representation of color #B121DE: hue angle of 285.71º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B121DE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 33 | 222 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 285.71º | 0.74% | 0.5% | - |
| HSV(B) | 285.71º | 0.85% | 0.87% | - |
| XYZ | 31.86 | 15.71 | 70.46 | - |
| YUV | 97.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 222 | 0.20 | 0.85 | 0 | 0.13 | 285.71 | 0.74 | 0.5 |
| Hex | B1 | 21 | DE | 14 | 55 | 0 | D | 11E | 4A | 32 |
| Octal | 261 | 41 | 336 | 24 | 125 | 0 | 15 | 436 | 112 | 62 |
| Binary | 10110001 | 100001 | 11011110 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001010 | 110010 |
Color Harmonies of #B121DE
Complementary color
Monochromatic Colors of #B121DE
Black with #B121DE
Text Example
Text Example
White with #B121DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121DE; }
p { color: rgb(177,33,222); }
H1.HeaderClassName
{
color: #B121DE;
}
.AnyTagClassName
{
color: #B121DE;
}
</style>
background-color css
<style>
a { background-color: #B121DE; }
a { background-color: rgb(177,33,222); }
div.DivClassName
{
background-color: #B121DE;
}
.BgClassName
{
background-color: #B121DE;
}
</style>
border-color css
<style>
span { border-color: #B121DE; }
span { border-color: rgb(177,33,222); }
td.TdClassName
{
border-color: #B121DE;
}
.TagClassName
{
border-color: #B121DE;
}
</style>