Shades of Violet Blue #B4629C
Tints of Violet Blue #B4629C
RGB
CMYK
RGB Variations
Color information
#B4629C (or 0xB4629C) is known color: Violet Blue. HEX triplet: B4, 62 and 9C. RGB value is (180,98,156). Sum of RGB (Red+Green+Blue) = 180+98+156=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4629C is #4B9D63. Grayscale: #808080. Windows color (decimal): -4955492 or 10248884. OLE color: 10248884.
HSL color Cylindrical-coordinate representation of color #B4629C: hue angle of 317.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4629C is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 156 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.29 |
| HSL | 317.56º | 0.35% | 0.55% | - |
| HSV(B) | 317.56º | 0.46% | 0.71% | - |
| XYZ | 29.19 | 20.84 | 33.94 | - |
| YUV | 129.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 156 | 0 | 0.46 | 0.13 | 0.29 | 317.56 | 0.35 | 0.55 |
| Hex | B4 | 62 | 9C | 0 | 2E | D | 1D | 13E | 23 | 37 |
| Octal | 264 | 142 | 234 | 0 | 56 | 15 | 35 | 476 | 43 | 67 |
| Binary | 10110100 | 1100010 | 10011100 | 0 | 101110 | 1101 | 11101 | 100111110 | 100011 | 110111 |
Color Harmonies of #B4629C
Complementary color
Monochromatic Colors of #B4629C
Black with #B4629C
Text Example
Text Example
White with #B4629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4629C; }
p { color: rgb(180,98,156); }
H1.HeaderClassName
{
color: #B4629C;
}
.AnyTagClassName
{
color: #B4629C;
}
</style>
background-color css
<style>
a { background-color: #B4629C; }
a { background-color: rgb(180,98,156); }
div.DivClassName
{
background-color: #B4629C;
}
.BgClassName
{
background-color: #B4629C;
}
</style>
border-color css
<style>
span { border-color: #B4629C; }
span { border-color: rgb(180,98,156); }
td.TdClassName
{
border-color: #B4629C;
}
.TagClassName
{
border-color: #B4629C;
}
</style>