Shades of Violet Blue #B370B4
Tints of Violet Blue #B370B4
RGB
CMYK
RGB Variations
Color information
#B370B4 (or 0xB370B4) is known color: Violet Blue. HEX triplet: B3, 70 and B4. RGB value is (179,112,180). Sum of RGB (Red+Green+Blue) = 179+112+180=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #B370B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370B4 is #4C8F4B. Grayscale: #8B8B8B. Windows color (decimal): -5017420 or 11825331. OLE color: 11825331.
HSL color Cylindrical-coordinate representation of color #B370B4: hue angle of 299.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B370B4 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 112 | 180 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.29 |
| HSL | 299.12º | 0.31% | 0.57% | - |
| HSV(B) | 299.12º | 0.38% | 0.71% | - |
| XYZ | 32.62 | 24.47 | 46.18 | - |
| YUV | 139.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 180 | 0.01 | 0.38 | 0 | 0.29 | 299.12 | 0.31 | 0.57 |
| Hex | B3 | 70 | B4 | 1 | 26 | 0 | 1D | 12B | 1F | 39 |
| Octal | 263 | 160 | 264 | 1 | 46 | 0 | 35 | 453 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10110100 | 1 | 100110 | 0 | 11101 | 100101011 | 11111 | 111001 |
Color Harmonies of #B370B4
Complementary color
Monochromatic Colors of #B370B4
Black with #B370B4
Text Example
Text Example
White with #B370B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370B4; }
p { color: rgb(179,112,180); }
H1.HeaderClassName
{
color: #B370B4;
}
.AnyTagClassName
{
color: #B370B4;
}
</style>
background-color css
<style>
a { background-color: #B370B4; }
a { background-color: rgb(179,112,180); }
div.DivClassName
{
background-color: #B370B4;
}
.BgClassName
{
background-color: #B370B4;
}
</style>
border-color css
<style>
span { border-color: #B370B4; }
span { border-color: rgb(179,112,180); }
td.TdClassName
{
border-color: #B370B4;
}
.TagClassName
{
border-color: #B370B4;
}
</style>