Shades of Dark Violet #B10FDA
Tints of Dark Violet #B10FDA
RGB
CMYK
RGB Variations
Color information
#B10FDA (or 0xB10FDA) is known color: Dark Violet. HEX triplet: B1, 0F and DA. RGB value is (177,15,218). Sum of RGB (Red+Green+Blue) = 177+15+218=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #B10FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FDA is #4EF025. Grayscale: #555555. Windows color (decimal): -5173286 or 14290865. OLE color: 14290865.
HSL color Cylindrical-coordinate representation of color #B10FDA: hue angle of 287.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FDA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 15 | 218 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.15 |
| HSL | 287.88º | 0.87% | 0.46% | - |
| HSV(B) | 287.88º | 0.93% | 0.85% | - |
| XYZ | 30.96 | 14.75 | 67.55 | - |
| YUV | 86.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 218 | 0.19 | 0.93 | 0 | 0.15 | 287.88 | 0.87 | 0.46 |
| Hex | B1 | F | DA | 13 | 5D | 0 | F | 120 | 57 | 2E |
| Octal | 261 | 17 | 332 | 23 | 135 | 0 | 17 | 440 | 127 | 56 |
| Binary | 10110001 | 1111 | 11011010 | 10011 | 1011101 | 0 | 1111 | 100100000 | 1010111 | 101110 |
Color Harmonies of #B10FDA
Complementary color
Monochromatic Colors of #B10FDA
Black with #B10FDA
Text Example
Text Example
White with #B10FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FDA; }
p { color: rgb(177,15,218); }
H1.HeaderClassName
{
color: #B10FDA;
}
.AnyTagClassName
{
color: #B10FDA;
}
</style>
background-color css
<style>
a { background-color: #B10FDA; }
a { background-color: rgb(177,15,218); }
div.DivClassName
{
background-color: #B10FDA;
}
.BgClassName
{
background-color: #B10FDA;
}
</style>
border-color css
<style>
span { border-color: #B10FDA; }
span { border-color: rgb(177,15,218); }
td.TdClassName
{
border-color: #B10FDA;
}
.TagClassName
{
border-color: #B10FDA;
}
</style>