Shades of Dark Orchid #B121D0
Tints of Dark Orchid #B121D0
RGB
CMYK
RGB Variations
Color information
#B121D0 (or 0xB121D0) is known color: Dark Orchid. HEX triplet: B1, 21 and D0. RGB value is (177,33,208). Sum of RGB (Red+Green+Blue) = 177+33+208=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #B121D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121D0 is #4EDE2F. Grayscale: #5F5F5F. Windows color (decimal): -5168688 or 13640113. OLE color: 13640113.
HSL color Cylindrical-coordinate representation of color #B121D0: hue angle of 289.37º 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 #B121D0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 33 | 208 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.18 |
| HSL | 289.37º | 0.73% | 0.47% | - |
| HSV(B) | 289.37º | 0.84% | 0.82% | - |
| XYZ | 30.06 | 14.99 | 60.98 | - |
| YUV | 96.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 208 | 0.15 | 0.84 | 0 | 0.18 | 289.37 | 0.73 | 0.47 |
| Hex | B1 | 21 | D0 | F | 54 | 0 | 12 | 121 | 49 | 2F |
| Octal | 261 | 41 | 320 | 17 | 124 | 0 | 22 | 441 | 111 | 57 |
| Binary | 10110001 | 100001 | 11010000 | 1111 | 1010100 | 0 | 10010 | 100100001 | 1001001 | 101111 |
Color Harmonies of #B121D0
Complementary color
Monochromatic Colors of #B121D0
Black with #B121D0
Text Example
Text Example
White with #B121D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121D0; }
p { color: rgb(177,33,208); }
H1.HeaderClassName
{
color: #B121D0;
}
.AnyTagClassName
{
color: #B121D0;
}
</style>
background-color css
<style>
a { background-color: #B121D0; }
a { background-color: rgb(177,33,208); }
div.DivClassName
{
background-color: #B121D0;
}
.BgClassName
{
background-color: #B121D0;
}
</style>
border-color css
<style>
span { border-color: #B121D0; }
span { border-color: rgb(177,33,208); }
td.TdClassName
{
border-color: #B121D0;
}
.TagClassName
{
border-color: #B121D0;
}
</style>