Shades of Violet Blue #B4639F
Tints of Violet Blue #B4639F
RGB
CMYK
RGB Variations
Color information
#B4639F (or 0xB4639F) is known color: Violet Blue. HEX triplet: B4, 63 and 9F. RGB value is (180,99,159). Sum of RGB (Red+Green+Blue) = 180+99+159=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639F is #4B9C60. Grayscale: #818181. Windows color (decimal): -4955233 or 10445748. OLE color: 10445748.
HSL color Cylindrical-coordinate representation of color #B4639F: hue angle of 315.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4639F is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 159 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.29 |
| HSL | 315.56º | 0.35% | 0.55% | - |
| HSV(B) | 315.56º | 0.45% | 0.71% | - |
| XYZ | 29.54 | 21.13 | 35.32 | - |
| YUV | 130.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 159 | 0 | 0.45 | 0.12 | 0.29 | 315.56 | 0.35 | 0.55 |
| Hex | B4 | 63 | 9F | 0 | 2D | C | 1D | 13C | 23 | 37 |
| Octal | 264 | 143 | 237 | 0 | 55 | 14 | 35 | 474 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10011111 | 0 | 101101 | 1100 | 11101 | 100111100 | 100011 | 110111 |
Color Harmonies of #B4639F
Complementary color
Monochromatic Colors of #B4639F
Black with #B4639F
Text Example
Text Example
White with #B4639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4639F; }
p { color: rgb(180,99,159); }
H1.HeaderClassName
{
color: #B4639F;
}
.AnyTagClassName
{
color: #B4639F;
}
</style>
background-color css
<style>
a { background-color: #B4639F; }
a { background-color: rgb(180,99,159); }
div.DivClassName
{
background-color: #B4639F;
}
.BgClassName
{
background-color: #B4639F;
}
</style>
border-color css
<style>
span { border-color: #B4639F; }
span { border-color: rgb(180,99,159); }
td.TdClassName
{
border-color: #B4639F;
}
.TagClassName
{
border-color: #B4639F;
}
</style>