Shades of Dark Orchid #B121DC
Tints of Dark Orchid #B121DC
RGB
CMYK
RGB Variations
Color information
#B121DC (or 0xB121DC) is known color: Dark Orchid. HEX triplet: B1, 21 and DC. RGB value is (177,33,220). Sum of RGB (Red+Green+Blue) = 177+33+220=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B121DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121DC is #4EDE23. Grayscale: #606060. Windows color (decimal): -5168676 or 14426545. OLE color: 14426545.
HSL color Cylindrical-coordinate representation of color #B121DC: hue angle of 286.2º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B121DC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 33 | 220 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.14 |
| HSL | 286.2º | 0.74% | 0.5% | - |
| HSV(B) | 286.2º | 0.85% | 0.86% | - |
| XYZ | 31.59 | 15.6 | 69.06 | - |
| YUV | 97.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 220 | 0.20 | 0.85 | 0 | 0.14 | 286.2 | 0.74 | 0.5 |
| Hex | B1 | 21 | DC | 14 | 55 | 0 | E | 11E | 4A | 32 |
| Octal | 261 | 41 | 334 | 24 | 125 | 0 | 16 | 436 | 112 | 62 |
| Binary | 10110001 | 100001 | 11011100 | 10100 | 1010101 | 0 | 1110 | 100011110 | 1001010 | 110010 |
Color Harmonies of #B121DC
Complementary color
Monochromatic Colors of #B121DC
Black with #B121DC
Text Example
Text Example
White with #B121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121DC; }
p { color: rgb(177,33,220); }
H1.HeaderClassName
{
color: #B121DC;
}
.AnyTagClassName
{
color: #B121DC;
}
</style>
background-color css
<style>
a { background-color: #B121DC; }
a { background-color: rgb(177,33,220); }
div.DivClassName
{
background-color: #B121DC;
}
.BgClassName
{
background-color: #B121DC;
}
</style>
border-color css
<style>
span { border-color: #B121DC; }
span { border-color: rgb(177,33,220); }
td.TdClassName
{
border-color: #B121DC;
}
.TagClassName
{
border-color: #B121DC;
}
</style>