Shades of Dark Violet #B103DB
Tints of Dark Violet #B103DB
RGB
CMYK
RGB Variations
Color information
#B103DB (or 0xB103DB) is known color: Dark Violet. HEX triplet: B1, 03 and DB. RGB value is (177,3,219). Sum of RGB (Red+Green+Blue) = 177+3+219=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #B103DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103DB is #4EFC24. Grayscale: #4E4E4E. Windows color (decimal): -5176357 or 14353329. OLE color: 14353329.
HSL color Cylindrical-coordinate representation of color #B103DB: hue angle of 288.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103DB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 3 | 219 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.14 |
| HSL | 288.33º | 0.97% | 0.44% | - |
| HSV(B) | 288.33º | 0.99% | 0.86% | - |
| XYZ | 30.95 | 14.53 | 68.19 | - |
| YUV | 79.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 219 | 0.19 | 0.99 | 0 | 0.14 | 288.33 | 0.97 | 0.44 |
| Hex | B1 | 3 | DB | 13 | 63 | 0 | E | 120 | 61 | 2C |
| Octal | 261 | 3 | 333 | 23 | 143 | 0 | 16 | 440 | 141 | 54 |
| Binary | 10110001 | 11 | 11011011 | 10011 | 1100011 | 0 | 1110 | 100100000 | 1100001 | 101100 |
Color Harmonies of #B103DB
Complementary color
Monochromatic Colors of #B103DB
Black with #B103DB
Text Example
Text Example
White with #B103DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103DB; }
p { color: rgb(177,3,219); }
H1.HeaderClassName
{
color: #B103DB;
}
.AnyTagClassName
{
color: #B103DB;
}
</style>
background-color css
<style>
a { background-color: #B103DB; }
a { background-color: rgb(177,3,219); }
div.DivClassName
{
background-color: #B103DB;
}
.BgClassName
{
background-color: #B103DB;
}
</style>
border-color css
<style>
span { border-color: #B103DB; }
span { border-color: rgb(177,3,219); }
td.TdClassName
{
border-color: #B103DB;
}
.TagClassName
{
border-color: #B103DB;
}
</style>