Shades of Dark Violet #B103DF
Tints of Dark Violet #B103DF
RGB
CMYK
RGB Variations
Color information
#B103DF (or 0xB103DF) is known color: Dark Violet. HEX triplet: B1, 03 and DF. RGB value is (177,3,223). Sum of RGB (Red+Green+Blue) = 177+3+223=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #B103DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103DF is #4EFC20. Grayscale: #4F4F4F. Windows color (decimal): -5176353 or 14615473. OLE color: 14615473.
HSL color Cylindrical-coordinate representation of color #B103DF: hue angle of 287.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103DF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 3 | 223 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.13 |
| HSL | 287.45º | 0.97% | 0.44% | - |
| HSV(B) | 287.45º | 0.99% | 0.87% | - |
| XYZ | 31.48 | 14.74 | 71 | - |
| YUV | 80.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 223 | 0.21 | 0.99 | 0 | 0.13 | 287.45 | 0.97 | 0.44 |
| Hex | B1 | 3 | DF | 15 | 63 | 0 | D | 11F | 61 | 2C |
| Octal | 261 | 3 | 337 | 25 | 143 | 0 | 15 | 437 | 141 | 54 |
| Binary | 10110001 | 11 | 11011111 | 10101 | 1100011 | 0 | 1101 | 100011111 | 1100001 | 101100 |
Color Harmonies of #B103DF
Complementary color
Monochromatic Colors of #B103DF
Black with #B103DF
Text Example
Text Example
White with #B103DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103DF; }
p { color: rgb(177,3,223); }
H1.HeaderClassName
{
color: #B103DF;
}
.AnyTagClassName
{
color: #B103DF;
}
</style>
background-color css
<style>
a { background-color: #B103DF; }
a { background-color: rgb(177,3,223); }
div.DivClassName
{
background-color: #B103DF;
}
.BgClassName
{
background-color: #B103DF;
}
</style>
border-color css
<style>
span { border-color: #B103DF; }
span { border-color: rgb(177,3,223); }
td.TdClassName
{
border-color: #B103DF;
}
.TagClassName
{
border-color: #B103DF;
}
</style>