Shades of Dark Violet #B102DE
Tints of Dark Violet #B102DE
RGB
CMYK
RGB Variations
Color information
#B102DE (or 0xB102DE) is known color: Dark Violet. HEX triplet: B1, 02 and DE. RGB value is (177,2,222). Sum of RGB (Red+Green+Blue) = 177+2+222=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #B102DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102DE is #4EFD21. Grayscale: #4E4E4E. Windows color (decimal): -5176610 or 14549681. OLE color: 14549681.
HSL color Cylindrical-coordinate representation of color #B102DE: hue angle of 287.73º degrees, saturation: 0.98, 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 #B102DE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 2 | 222 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.13 |
| HSL | 287.73º | 0.98% | 0.44% | - |
| HSV(B) | 287.73º | 0.99% | 0.87% | - |
| XYZ | 31.34 | 14.66 | 70.29 | - |
| YUV | 79.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 222 | 0.20 | 0.99 | 0 | 0.13 | 287.73 | 0.98 | 0.44 |
| Hex | B1 | 2 | DE | 14 | 63 | 0 | D | 120 | 62 | 2C |
| Octal | 261 | 2 | 336 | 24 | 143 | 0 | 15 | 440 | 142 | 54 |
| Binary | 10110001 | 10 | 11011110 | 10100 | 1100011 | 0 | 1101 | 100100000 | 1100010 | 101100 |
Color Harmonies of #B102DE
Complementary color
Monochromatic Colors of #B102DE
Black with #B102DE
Text Example
Text Example
White with #B102DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102DE; }
p { color: rgb(177,2,222); }
H1.HeaderClassName
{
color: #B102DE;
}
.AnyTagClassName
{
color: #B102DE;
}
</style>
background-color css
<style>
a { background-color: #B102DE; }
a { background-color: rgb(177,2,222); }
div.DivClassName
{
background-color: #B102DE;
}
.BgClassName
{
background-color: #B102DE;
}
</style>
border-color css
<style>
span { border-color: #B102DE; }
span { border-color: rgb(177,2,222); }
td.TdClassName
{
border-color: #B102DE;
}
.TagClassName
{
border-color: #B102DE;
}
</style>