Shades of Violet Blue #B34BA6
Tints of Violet Blue #B34BA6
RGB
CMYK
RGB Variations
Color information
#B34BA6 (or 0xB34BA6) is known color: Violet Blue. HEX triplet: B3, 4B and A6. RGB value is (179,75,166). Sum of RGB (Red+Green+Blue) = 179+75+166=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BA6 is #4CB459. Grayscale: #747474. Windows color (decimal): -5026906 or 10898355. OLE color: 10898355.
HSL color Cylindrical-coordinate representation of color #B34BA6: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34BA6 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 75 | 166 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.30 |
| HSL | 307.5º | 0.41% | 0.5% | - |
| HSV(B) | 307.5º | 0.58% | 0.7% | - |
| XYZ | 27.99 | 17.37 | 37.95 | - |
| YUV | 116.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 166 | 0 | 0.58 | 0.07 | 0.30 | 307.5 | 0.41 | 0.5 |
| Hex | B3 | 4B | A6 | 0 | 3A | 7 | 1E | 134 | 29 | 32 |
| Octal | 263 | 113 | 246 | 0 | 72 | 7 | 36 | 464 | 51 | 62 |
| Binary | 10110011 | 1001011 | 10100110 | 0 | 111010 | 111 | 11110 | 100110100 | 101001 | 110010 |
Color Harmonies of #B34BA6
Complementary color
Monochromatic Colors of #B34BA6
Black with #B34BA6
Text Example
Text Example
White with #B34BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34BA6; }
p { color: rgb(179,75,166); }
H1.HeaderClassName
{
color: #B34BA6;
}
.AnyTagClassName
{
color: #B34BA6;
}
</style>
background-color css
<style>
a { background-color: #B34BA6; }
a { background-color: rgb(179,75,166); }
div.DivClassName
{
background-color: #B34BA6;
}
.BgClassName
{
background-color: #B34BA6;
}
</style>
border-color css
<style>
span { border-color: #B34BA6; }
span { border-color: rgb(179,75,166); }
td.TdClassName
{
border-color: #B34BA6;
}
.TagClassName
{
border-color: #B34BA6;
}
</style>