Shades of Dark Violet #B103D6
Tints of Dark Violet #B103D6
RGB
CMYK
RGB Variations
Color information
#B103D6 (or 0xB103D6) is known color: Dark Violet. HEX triplet: B1, 03 and D6. RGB value is (177,3,214). Sum of RGB (Red+Green+Blue) = 177+3+214=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #B103D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103D6 is #4EFC29. Grayscale: #4E4E4E. Windows color (decimal): -5176362 or 14025649. OLE color: 14025649.
HSL color Cylindrical-coordinate representation of color #B103D6: hue angle of 289.48º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103D6 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 3 | 214 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.16 |
| HSL | 289.48º | 0.97% | 0.43% | - |
| HSV(B) | 289.48º | 0.99% | 0.84% | - |
| XYZ | 30.3 | 14.27 | 64.78 | - |
| YUV | 79.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 214 | 0.17 | 0.99 | 0 | 0.16 | 289.48 | 0.97 | 0.43 |
| Hex | B1 | 3 | D6 | 11 | 63 | 0 | 10 | 121 | 61 | 2B |
| Octal | 261 | 3 | 326 | 21 | 143 | 0 | 20 | 441 | 141 | 53 |
| Binary | 10110001 | 11 | 11010110 | 10001 | 1100011 | 0 | 10000 | 100100001 | 1100001 | 101011 |
Color Harmonies of #B103D6
Complementary color
Monochromatic Colors of #B103D6
Black with #B103D6
Text Example
Text Example
White with #B103D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103D6; }
p { color: rgb(177,3,214); }
H1.HeaderClassName
{
color: #B103D6;
}
.AnyTagClassName
{
color: #B103D6;
}
</style>
background-color css
<style>
a { background-color: #B103D6; }
a { background-color: rgb(177,3,214); }
div.DivClassName
{
background-color: #B103D6;
}
.BgClassName
{
background-color: #B103D6;
}
</style>
border-color css
<style>
span { border-color: #B103D6; }
span { border-color: rgb(177,3,214); }
td.TdClassName
{
border-color: #B103D6;
}
.TagClassName
{
border-color: #B103D6;
}
</style>