Shades of Dark Violet #B112D5
Tints of Dark Violet #B112D5
RGB
CMYK
RGB Variations
Color information
#B112D5 (or 0xB112D5) is known color: Dark Violet. HEX triplet: B1, 12 and D5. RGB value is (177,18,213). Sum of RGB (Red+Green+Blue) = 177+18+213=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #B112D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112D5 is #4EED2A. Grayscale: #575757. Windows color (decimal): -5172523 or 13963953. OLE color: 13963953.
HSL color Cylindrical-coordinate representation of color #B112D5: hue angle of 288.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B112D5 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 18 | 213 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.16 |
| HSL | 288.92º | 0.84% | 0.45% | - |
| HSV(B) | 288.92º | 0.92% | 0.84% | - |
| XYZ | 30.36 | 14.58 | 64.17 | - |
| YUV | 87.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 213 | 0.17 | 0.92 | 0 | 0.16 | 288.92 | 0.84 | 0.45 |
| Hex | B1 | 12 | D5 | 11 | 5C | 0 | 10 | 121 | 54 | 2D |
| Octal | 261 | 22 | 325 | 21 | 134 | 0 | 20 | 441 | 124 | 55 |
| Binary | 10110001 | 10010 | 11010101 | 10001 | 1011100 | 0 | 10000 | 100100001 | 1010100 | 101101 |
Color Harmonies of #B112D5
Complementary color
Monochromatic Colors of #B112D5
Black with #B112D5
Text Example
Text Example
White with #B112D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112D5; }
p { color: rgb(177,18,213); }
H1.HeaderClassName
{
color: #B112D5;
}
.AnyTagClassName
{
color: #B112D5;
}
</style>
background-color css
<style>
a { background-color: #B112D5; }
a { background-color: rgb(177,18,213); }
div.DivClassName
{
background-color: #B112D5;
}
.BgClassName
{
background-color: #B112D5;
}
</style>
border-color css
<style>
span { border-color: #B112D5; }
span { border-color: rgb(177,18,213); }
td.TdClassName
{
border-color: #B112D5;
}
.TagClassName
{
border-color: #B112D5;
}
</style>