Shades of Violet Blue #B34D9F
Tints of Violet Blue #B34D9F
RGB
CMYK
RGB Variations
Color information
#B34D9F (or 0xB34D9F) is known color: Violet Blue. HEX triplet: B3, 4D and 9F. RGB value is (179,77,159). Sum of RGB (Red+Green+Blue) = 179+77+159=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D9F is #4CB260. Grayscale: #747474. Windows color (decimal): -5026401 or 10440115. OLE color: 10440115.
HSL color Cylindrical-coordinate representation of color #B34D9F: hue angle of 311.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D9F is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 159 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.30 |
| HSL | 311.76º | 0.4% | 0.5% | - |
| HSV(B) | 311.76º | 0.57% | 0.7% | - |
| XYZ | 27.5 | 17.39 | 34.71 | - |
| YUV | 116.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 159 | 0 | 0.57 | 0.11 | 0.30 | 311.76 | 0.4 | 0.5 |
| Hex | B3 | 4D | 9F | 0 | 39 | B | 1E | 138 | 28 | 32 |
| Octal | 263 | 115 | 237 | 0 | 71 | 13 | 36 | 470 | 50 | 62 |
| Binary | 10110011 | 1001101 | 10011111 | 0 | 111001 | 1011 | 11110 | 100111000 | 101000 | 110010 |
Color Harmonies of #B34D9F
Complementary color
Monochromatic Colors of #B34D9F
Black with #B34D9F
Text Example
Text Example
White with #B34D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D9F; }
p { color: rgb(179,77,159); }
H1.HeaderClassName
{
color: #B34D9F;
}
.AnyTagClassName
{
color: #B34D9F;
}
</style>
background-color css
<style>
a { background-color: #B34D9F; }
a { background-color: rgb(179,77,159); }
div.DivClassName
{
background-color: #B34D9F;
}
.BgClassName
{
background-color: #B34D9F;
}
</style>
border-color css
<style>
span { border-color: #B34D9F; }
span { border-color: rgb(179,77,159); }
td.TdClassName
{
border-color: #B34D9F;
}
.TagClassName
{
border-color: #B34D9F;
}
</style>