Shades of Dark Violet #B10CDF
Tints of Dark Violet #B10CDF
RGB
CMYK
RGB Variations
Color information
#B10CDF (or 0xB10CDF) is known color: Dark Violet. HEX triplet: B1, 0C and DF. RGB value is (177,12,223). Sum of RGB (Red+Green+Blue) = 177+12+223=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #B10CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CDF is #4EF320. Grayscale: #545454. Windows color (decimal): -5174049 or 14617777. OLE color: 14617777.
HSL color Cylindrical-coordinate representation of color #B10CDF: hue angle of 286.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CDF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 12 | 223 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.92º | 0.9% | 0.46% | - |
| HSV(B) | 286.92º | 0.95% | 0.87% | - |
| XYZ | 31.58 | 14.94 | 71.03 | - |
| YUV | 85.39 | 205.66 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 223 | 0.21 | 0.95 | 0 | 0.13 | 286.92 | 0.9 | 0.46 |
| Hex | B1 | C | DF | 15 | 5F | 0 | D | 11F | 5A | 2E |
| Octal | 261 | 14 | 337 | 25 | 137 | 0 | 15 | 437 | 132 | 56 |
| Binary | 10110001 | 1100 | 11011111 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011010 | 101110 |
Color Harmonies of #B10CDF
Complementary color
Monochromatic Colors of #B10CDF
Black with #B10CDF
Text Example
Text Example
White with #B10CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CDF; }
p { color: rgb(177,12,223); }
H1.HeaderClassName
{
color: #B10CDF;
}
.AnyTagClassName
{
color: #B10CDF;
}
</style>
background-color css
<style>
a { background-color: #B10CDF; }
a { background-color: rgb(177,12,223); }
div.DivClassName
{
background-color: #B10CDF;
}
.BgClassName
{
background-color: #B10CDF;
}
</style>
border-color css
<style>
span { border-color: #B10CDF; }
span { border-color: rgb(177,12,223); }
td.TdClassName
{
border-color: #B10CDF;
}
.TagClassName
{
border-color: #B10CDF;
}
</style>