Shades of Dark Violet #B107DA
Tints of Dark Violet #B107DA
RGB
CMYK
RGB Variations
Color information
#B107DA (or 0xB107DA) is known color: Dark Violet. HEX triplet: B1, 07 and DA. RGB value is (177,7,218). Sum of RGB (Red+Green+Blue) = 177+7+218=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B107DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107DA is #4EF825. Grayscale: #515151. Windows color (decimal): -5175334 or 14288817. OLE color: 14288817.
HSL color Cylindrical-coordinate representation of color #B107DA: hue angle of 288.34º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107DA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 7 | 218 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.15 |
| HSL | 288.34º | 0.94% | 0.44% | - |
| HSV(B) | 288.34º | 0.97% | 0.85% | - |
| XYZ | 30.86 | 14.56 | 67.51 | - |
| YUV | 81.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 218 | 0.19 | 0.97 | 0 | 0.15 | 288.34 | 0.94 | 0.44 |
| Hex | B1 | 7 | DA | 13 | 61 | 0 | F | 120 | 5E | 2C |
| Octal | 261 | 7 | 332 | 23 | 141 | 0 | 17 | 440 | 136 | 54 |
| Binary | 10110001 | 111 | 11011010 | 10011 | 1100001 | 0 | 1111 | 100100000 | 1011110 | 101100 |
Color Harmonies of #B107DA
Complementary color
Monochromatic Colors of #B107DA
Black with #B107DA
Text Example
Text Example
White with #B107DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107DA; }
p { color: rgb(177,7,218); }
H1.HeaderClassName
{
color: #B107DA;
}
.AnyTagClassName
{
color: #B107DA;
}
</style>
background-color css
<style>
a { background-color: #B107DA; }
a { background-color: rgb(177,7,218); }
div.DivClassName
{
background-color: #B107DA;
}
.BgClassName
{
background-color: #B107DA;
}
</style>
border-color css
<style>
span { border-color: #B107DA; }
span { border-color: rgb(177,7,218); }
td.TdClassName
{
border-color: #B107DA;
}
.TagClassName
{
border-color: #B107DA;
}
</style>