Shades of Dark Orchid #B121D1
Tints of Dark Orchid #B121D1
RGB
CMYK
RGB Variations
Color information
#B121D1 (or 0xB121D1) is known color: Dark Orchid. HEX triplet: B1, 21 and D1. RGB value is (177,33,209). Sum of RGB (Red+Green+Blue) = 177+33+209=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #B121D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121D1 is #4EDE2E. Grayscale: #5F5F5F. Windows color (decimal): -5168687 or 13705649. OLE color: 13705649.
HSL color Cylindrical-coordinate representation of color #B121D1: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B121D1 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 33 | 209 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.18 |
| HSL | 289.09º | 0.73% | 0.47% | - |
| HSV(B) | 289.09º | 0.84% | 0.82% | - |
| XYZ | 30.18 | 15.04 | 61.63 | - |
| YUV | 96.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 209 | 0.15 | 0.84 | 0 | 0.18 | 289.09 | 0.73 | 0.47 |
| Hex | B1 | 21 | D1 | F | 54 | 0 | 12 | 121 | 49 | 2F |
| Octal | 261 | 41 | 321 | 17 | 124 | 0 | 22 | 441 | 111 | 57 |
| Binary | 10110001 | 100001 | 11010001 | 1111 | 1010100 | 0 | 10010 | 100100001 | 1001001 | 101111 |
Color Harmonies of #B121D1
Complementary color
Monochromatic Colors of #B121D1
Black with #B121D1
Text Example
Text Example
White with #B121D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121D1; }
p { color: rgb(177,33,209); }
H1.HeaderClassName
{
color: #B121D1;
}
.AnyTagClassName
{
color: #B121D1;
}
</style>
background-color css
<style>
a { background-color: #B121D1; }
a { background-color: rgb(177,33,209); }
div.DivClassName
{
background-color: #B121D1;
}
.BgClassName
{
background-color: #B121D1;
}
</style>
border-color css
<style>
span { border-color: #B121D1; }
span { border-color: rgb(177,33,209); }
td.TdClassName
{
border-color: #B121D1;
}
.TagClassName
{
border-color: #B121D1;
}
</style>