Shades of Dark Violet #B107DB
Tints of Dark Violet #B107DB
RGB
CMYK
RGB Variations
Color information
#B107DB (or 0xB107DB) is known color: Dark Violet. HEX triplet: B1, 07 and DB. RGB value is (177,7,219). Sum of RGB (Red+Green+Blue) = 177+7+219=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B107DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107DB is #4EF824. Grayscale: #515151. Windows color (decimal): -5175333 or 14354353. OLE color: 14354353.
HSL color Cylindrical-coordinate representation of color #B107DB: hue angle of 288.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107DB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 7 | 219 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.14 |
| HSL | 288.11º | 0.94% | 0.44% | - |
| HSV(B) | 288.11º | 0.97% | 0.86% | - |
| XYZ | 30.99 | 14.61 | 68.2 | - |
| YUV | 82 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 219 | 0.19 | 0.97 | 0 | 0.14 | 288.11 | 0.94 | 0.44 |
| Hex | B1 | 7 | DB | 13 | 61 | 0 | E | 120 | 5E | 2C |
| Octal | 261 | 7 | 333 | 23 | 141 | 0 | 16 | 440 | 136 | 54 |
| Binary | 10110001 | 111 | 11011011 | 10011 | 1100001 | 0 | 1110 | 100100000 | 1011110 | 101100 |
Color Harmonies of #B107DB
Complementary color
Monochromatic Colors of #B107DB
Black with #B107DB
Text Example
Text Example
White with #B107DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107DB; }
p { color: rgb(177,7,219); }
H1.HeaderClassName
{
color: #B107DB;
}
.AnyTagClassName
{
color: #B107DB;
}
</style>
background-color css
<style>
a { background-color: #B107DB; }
a { background-color: rgb(177,7,219); }
div.DivClassName
{
background-color: #B107DB;
}
.BgClassName
{
background-color: #B107DB;
}
</style>
border-color css
<style>
span { border-color: #B107DB; }
span { border-color: rgb(177,7,219); }
td.TdClassName
{
border-color: #B107DB;
}
.TagClassName
{
border-color: #B107DB;
}
</style>