Shades of Violet Blue #B370B2
Tints of Violet Blue #B370B2
RGB
CMYK
RGB Variations
Color information
#B370B2 (or 0xB370B2) is known color: Violet Blue. HEX triplet: B3, 70 and B2. RGB value is (179,112,178). Sum of RGB (Red+Green+Blue) = 179+112+178=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B370B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370B2 is #4C8F4D. Grayscale: #8B8B8B. Windows color (decimal): -5017422 or 11694259. OLE color: 11694259.
HSL color Cylindrical-coordinate representation of color #B370B2: hue angle of 300.9º degrees, saturation: 0.31, 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 #B370B2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 178 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.30 |
| HSL | 300.9º | 0.31% | 0.57% | - |
| HSV(B) | 300.9º | 0.37% | 0.7% | - |
| XYZ | 32.42 | 24.39 | 45.12 | - |
| YUV | 139.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 178 | 0 | 0.37 | 0.01 | 0.30 | 300.9 | 0.31 | 0.57 |
| Hex | B3 | 70 | B2 | 0 | 25 | 1 | 1E | 12D | 1F | 39 |
| Octal | 263 | 160 | 262 | 0 | 45 | 1 | 36 | 455 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10110010 | 0 | 100101 | 1 | 11110 | 100101101 | 11111 | 111001 |
Color Harmonies of #B370B2
Complementary color
Monochromatic Colors of #B370B2
Black with #B370B2
Text Example
Text Example
White with #B370B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370B2; }
p { color: rgb(179,112,178); }
H1.HeaderClassName
{
color: #B370B2;
}
.AnyTagClassName
{
color: #B370B2;
}
</style>
background-color css
<style>
a { background-color: #B370B2; }
a { background-color: rgb(179,112,178); }
div.DivClassName
{
background-color: #B370B2;
}
.BgClassName
{
background-color: #B370B2;
}
</style>
border-color css
<style>
span { border-color: #B370B2; }
span { border-color: rgb(179,112,178); }
td.TdClassName
{
border-color: #B370B2;
}
.TagClassName
{
border-color: #B370B2;
}
</style>