Shades of Violet Blue #B170B2
Tints of Violet Blue #B170B2
RGB
CMYK
RGB Variations
Color information
#B170B2 (or 0xB170B2) is known color: Violet Blue. HEX triplet: B1, 70 and B2. RGB value is (177,112,178). Sum of RGB (Red+Green+Blue) = 177+112+178=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #B170B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170B2 is #4E8F4D. Grayscale: #8A8A8A. Windows color (decimal): -5148494 or 11694257. OLE color: 11694257.
HSL color Cylindrical-coordinate representation of color #B170B2: hue angle of 299.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B170B2 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 112 | 178 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.30 |
| HSL | 299.09º | 0.3% | 0.57% | - |
| HSV(B) | 299.09º | 0.37% | 0.7% | - |
| XYZ | 31.96 | 24.15 | 45.1 | - |
| YUV | 138.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 178 | 0.01 | 0.37 | 0 | 0.30 | 299.09 | 0.3 | 0.57 |
| Hex | B1 | 70 | B2 | 1 | 25 | 0 | 1E | 12B | 1E | 39 |
| Octal | 261 | 160 | 262 | 1 | 45 | 0 | 36 | 453 | 36 | 71 |
| Binary | 10110001 | 1110000 | 10110010 | 1 | 100101 | 0 | 11110 | 100101011 | 11110 | 111001 |
Color Harmonies of #B170B2
Complementary color
Monochromatic Colors of #B170B2
Black with #B170B2
Text Example
Text Example
White with #B170B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170B2; }
p { color: rgb(177,112,178); }
H1.HeaderClassName
{
color: #B170B2;
}
.AnyTagClassName
{
color: #B170B2;
}
</style>
background-color css
<style>
a { background-color: #B170B2; }
a { background-color: rgb(177,112,178); }
div.DivClassName
{
background-color: #B170B2;
}
.BgClassName
{
background-color: #B170B2;
}
</style>
border-color css
<style>
span { border-color: #B170B2; }
span { border-color: rgb(177,112,178); }
td.TdClassName
{
border-color: #B170B2;
}
.TagClassName
{
border-color: #B170B2;
}
</style>