Shades of Dark Violet #B100D6
Tints of Dark Violet #B100D6
RGB
CMYK
RGB Variations
Color information
#B100D6 (or 0xB100D6) is known color: Dark Violet. HEX triplet: B1, 00 and D6. RGB value is (177,0,214). Sum of RGB (Red+Green+Blue) = 177+0+214=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #B100D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100D6 is #4EFF29. Grayscale: #4C4C4C. Windows color (decimal): -5177130 or 14024881. OLE color: 14024881.
HSL color Cylindrical-coordinate representation of color #B100D6: hue angle of 289.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100D6 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 0 | 214 | - |
| CMYK | 0.17 | 1 | 0 | 0.16 |
| HSL | 289.63º | 1% | 0.42% | - |
| HSV(B) | 289.63º | 1% | 0.84% | - |
| XYZ | 30.27 | 14.2 | 64.76 | - |
| YUV | 77.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 214 | 0.17 | 1 | 0 | 0.16 | 289.63 | 1 | 0.42 |
| Hex | B1 | 0 | D6 | 11 | 64 | 0 | 10 | 122 | 64 | 2A |
| Octal | 261 | 0 | 326 | 21 | 144 | 0 | 20 | 442 | 144 | 52 |
| Binary | 10110001 | 0 | 11010110 | 10001 | 1100100 | 0 | 10000 | 100100010 | 1100100 | 101010 |
Color Harmonies of #B100D6
Complementary color
Monochromatic Colors of #B100D6
Black with #B100D6
Text Example
Text Example
White with #B100D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100D6; }
p { color: rgb(177,0,214); }
H1.HeaderClassName
{
color: #B100D6;
}
.AnyTagClassName
{
color: #B100D6;
}
</style>
background-color css
<style>
a { background-color: #B100D6; }
a { background-color: rgb(177,0,214); }
div.DivClassName
{
background-color: #B100D6;
}
.BgClassName
{
background-color: #B100D6;
}
</style>
border-color css
<style>
span { border-color: #B100D6; }
span { border-color: rgb(177,0,214); }
td.TdClassName
{
border-color: #B100D6;
}
.TagClassName
{
border-color: #B100D6;
}
</style>