Shades of Violet Blue #B34EA6
Tints of Violet Blue #B34EA6
RGB
CMYK
RGB Variations
Color information
#B34EA6 (or 0xB34EA6) is known color: Violet Blue. HEX triplet: B3, 4E and A6. RGB value is (179,78,166). Sum of RGB (Red+Green+Blue) = 179+78+166=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B34EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34EA6 is #4CB159. Grayscale: #757575. Windows color (decimal): -5026138 or 10899123. OLE color: 10899123.
HSL color Cylindrical-coordinate representation of color #B34EA6: hue angle of 307.72º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34EA6 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 78 | 166 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.30 |
| HSL | 307.72º | 0.4% | 0.5% | - |
| HSV(B) | 307.72º | 0.56% | 0.7% | - |
| XYZ | 28.2 | 17.79 | 38.02 | - |
| YUV | 118.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 166 | 0 | 0.56 | 0.07 | 0.30 | 307.72 | 0.4 | 0.5 |
| Hex | B3 | 4E | A6 | 0 | 38 | 7 | 1E | 134 | 28 | 32 |
| Octal | 263 | 116 | 246 | 0 | 70 | 7 | 36 | 464 | 50 | 62 |
| Binary | 10110011 | 1001110 | 10100110 | 0 | 111000 | 111 | 11110 | 100110100 | 101000 | 110010 |
Color Harmonies of #B34EA6
Complementary color
Monochromatic Colors of #B34EA6
Black with #B34EA6
Text Example
Text Example
White with #B34EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EA6; }
p { color: rgb(179,78,166); }
H1.HeaderClassName
{
color: #B34EA6;
}
.AnyTagClassName
{
color: #B34EA6;
}
</style>
background-color css
<style>
a { background-color: #B34EA6; }
a { background-color: rgb(179,78,166); }
div.DivClassName
{
background-color: #B34EA6;
}
.BgClassName
{
background-color: #B34EA6;
}
</style>
border-color css
<style>
span { border-color: #B34EA6; }
span { border-color: rgb(179,78,166); }
td.TdClassName
{
border-color: #B34EA6;
}
.TagClassName
{
border-color: #B34EA6;
}
</style>