Shades of Dark Violet #B102DD
Tints of Dark Violet #B102DD
RGB
CMYK
RGB Variations
Color information
#B102DD (or 0xB102DD) is known color: Dark Violet. HEX triplet: B1, 02 and DD. RGB value is (177,2,221). Sum of RGB (Red+Green+Blue) = 177+2+221=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #B102DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102DD is #4EFD22. Grayscale: #4E4E4E. Windows color (decimal): -5176611 or 14484145. OLE color: 14484145.
HSL color Cylindrical-coordinate representation of color #B102DD: hue angle of 287.95º 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 #B102DD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 2 | 221 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.13 |
| HSL | 287.95º | 0.98% | 0.44% | - |
| HSV(B) | 287.95º | 0.99% | 0.87% | - |
| XYZ | 31.2 | 14.61 | 69.58 | - |
| YUV | 79.29 | 207.98 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 221 | 0.20 | 0.99 | 0 | 0.13 | 287.95 | 0.98 | 0.44 |
| Hex | B1 | 2 | DD | 14 | 63 | 0 | D | 120 | 62 | 2C |
| Octal | 261 | 2 | 335 | 24 | 143 | 0 | 15 | 440 | 142 | 54 |
| Binary | 10110001 | 10 | 11011101 | 10100 | 1100011 | 0 | 1101 | 100100000 | 1100010 | 101100 |
Color Harmonies of #B102DD
Complementary color
Monochromatic Colors of #B102DD
Black with #B102DD
Text Example
Text Example
White with #B102DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102DD; }
p { color: rgb(177,2,221); }
H1.HeaderClassName
{
color: #B102DD;
}
.AnyTagClassName
{
color: #B102DD;
}
</style>
background-color css
<style>
a { background-color: #B102DD; }
a { background-color: rgb(177,2,221); }
div.DivClassName
{
background-color: #B102DD;
}
.BgClassName
{
background-color: #B102DD;
}
</style>
border-color css
<style>
span { border-color: #B102DD; }
span { border-color: rgb(177,2,221); }
td.TdClassName
{
border-color: #B102DD;
}
.TagClassName
{
border-color: #B102DD;
}
</style>