Shades of Violet Blue #B371B0
Tints of Violet Blue #B371B0
RGB
CMYK
RGB Variations
Color information
#B371B0 (or 0xB371B0) is known color: Violet Blue. HEX triplet: B3, 71 and B0. RGB value is (179,113,176). Sum of RGB (Red+Green+Blue) = 179+113+176=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B371B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371B0 is #4C8E4F. Grayscale: #8B8B8B. Windows color (decimal): -5017168 or 11563443. OLE color: 11563443.
HSL color Cylindrical-coordinate representation of color #B371B0: hue angle of 302.73º 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 #B371B0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 176 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.30 |
| HSL | 302.73º | 0.3% | 0.57% | - |
| HSV(B) | 302.73º | 0.37% | 0.7% | - |
| XYZ | 32.33 | 24.53 | 44.1 | - |
| YUV | 139.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 176 | 0 | 0.37 | 0.02 | 0.30 | 302.73 | 0.3 | 0.57 |
| Hex | B3 | 71 | B0 | 0 | 25 | 2 | 1E | 12F | 1E | 39 |
| Octal | 263 | 161 | 260 | 0 | 45 | 2 | 36 | 457 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10110000 | 0 | 100101 | 10 | 11110 | 100101111 | 11110 | 111001 |
Color Harmonies of #B371B0
Complementary color
Monochromatic Colors of #B371B0
Black with #B371B0
Text Example
Text Example
White with #B371B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371B0; }
p { color: rgb(179,113,176); }
H1.HeaderClassName
{
color: #B371B0;
}
.AnyTagClassName
{
color: #B371B0;
}
</style>
background-color css
<style>
a { background-color: #B371B0; }
a { background-color: rgb(179,113,176); }
div.DivClassName
{
background-color: #B371B0;
}
.BgClassName
{
background-color: #B371B0;
}
</style>
border-color css
<style>
span { border-color: #B371B0; }
span { border-color: rgb(179,113,176); }
td.TdClassName
{
border-color: #B371B0;
}
.TagClassName
{
border-color: #B371B0;
}
</style>