Shades of Dark Violet #B10CDA
Tints of Dark Violet #B10CDA
RGB
CMYK
RGB Variations
Color information
#B10CDA (or 0xB10CDA) is known color: Dark Violet. HEX triplet: B1, 0C and DA. RGB value is (177,12,218). Sum of RGB (Red+Green+Blue) = 177+12+218=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B10CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CDA is #4EF325. Grayscale: #545454. Windows color (decimal): -5174054 or 14290097. OLE color: 14290097.
HSL color Cylindrical-coordinate representation of color #B10CDA: hue angle of 288.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CDA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 12 | 218 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.15 |
| HSL | 288.06º | 0.9% | 0.45% | - |
| HSV(B) | 288.06º | 0.94% | 0.85% | - |
| XYZ | 30.92 | 14.67 | 67.53 | - |
| YUV | 84.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 218 | 0.19 | 0.94 | 0 | 0.15 | 288.06 | 0.9 | 0.45 |
| Hex | B1 | C | DA | 13 | 5E | 0 | F | 120 | 5A | 2D |
| Octal | 261 | 14 | 332 | 23 | 136 | 0 | 17 | 440 | 132 | 55 |
| Binary | 10110001 | 1100 | 11011010 | 10011 | 1011110 | 0 | 1111 | 100100000 | 1011010 | 101101 |
Color Harmonies of #B10CDA
Complementary color
Monochromatic Colors of #B10CDA
Black with #B10CDA
Text Example
Text Example
White with #B10CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CDA; }
p { color: rgb(177,12,218); }
H1.HeaderClassName
{
color: #B10CDA;
}
.AnyTagClassName
{
color: #B10CDA;
}
</style>
background-color css
<style>
a { background-color: #B10CDA; }
a { background-color: rgb(177,12,218); }
div.DivClassName
{
background-color: #B10CDA;
}
.BgClassName
{
background-color: #B10CDA;
}
</style>
border-color css
<style>
span { border-color: #B10CDA; }
span { border-color: rgb(177,12,218); }
td.TdClassName
{
border-color: #B10CDA;
}
.TagClassName
{
border-color: #B10CDA;
}
</style>