Shades of Dark Violet #B107DF
Tints of Dark Violet #B107DF
RGB
CMYK
RGB Variations
Color information
#B107DF (or 0xB107DF) is known color: Dark Violet. HEX triplet: B1, 07 and DF. RGB value is (177,7,223). Sum of RGB (Red+Green+Blue) = 177+7+223=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B107DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107DF is #4EF820. Grayscale: #515151. Windows color (decimal): -5175329 or 14616497. OLE color: 14616497.
HSL color Cylindrical-coordinate representation of color #B107DF: hue angle of 287.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107DF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 7 | 223 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.13 |
| HSL | 287.22º | 0.94% | 0.45% | - |
| HSV(B) | 287.22º | 0.97% | 0.87% | - |
| XYZ | 31.53 | 14.83 | 71.01 | - |
| YUV | 82.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 223 | 0.21 | 0.97 | 0 | 0.13 | 287.22 | 0.94 | 0.45 |
| Hex | B1 | 7 | DF | 15 | 61 | 0 | D | 11F | 5E | 2D |
| Octal | 261 | 7 | 337 | 25 | 141 | 0 | 15 | 437 | 136 | 55 |
| Binary | 10110001 | 111 | 11011111 | 10101 | 1100001 | 0 | 1101 | 100011111 | 1011110 | 101101 |
Color Harmonies of #B107DF
Complementary color
Monochromatic Colors of #B107DF
Black with #B107DF
Text Example
Text Example
White with #B107DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107DF; }
p { color: rgb(177,7,223); }
H1.HeaderClassName
{
color: #B107DF;
}
.AnyTagClassName
{
color: #B107DF;
}
</style>
background-color css
<style>
a { background-color: #B107DF; }
a { background-color: rgb(177,7,223); }
div.DivClassName
{
background-color: #B107DF;
}
.BgClassName
{
background-color: #B107DF;
}
</style>
border-color css
<style>
span { border-color: #B107DF; }
span { border-color: rgb(177,7,223); }
td.TdClassName
{
border-color: #B107DF;
}
.TagClassName
{
border-color: #B107DF;
}
</style>