Shades of Violet Blue #B0439D
Tints of Violet Blue #B0439D
RGB
CMYK
RGB Variations
Color information
#B0439D (or 0xB0439D) is known color: Violet Blue. HEX triplet: B0, 43 and 9D. RGB value is (176,67,157). Sum of RGB (Red+Green+Blue) = 176+67+157=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0439D is #4FBC62. Grayscale: #6D6D6D. Windows color (decimal): -5225571 or 10306480. OLE color: 10306480.
HSL color Cylindrical-coordinate representation of color #B0439D: hue angle of 310.46º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0439D is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 157 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.31 |
| HSL | 310.46º | 0.45% | 0.48% | - |
| HSV(B) | 310.46º | 0.62% | 0.69% | - |
| XYZ | 26 | 15.68 | 33.55 | - |
| YUV | 109.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 157 | 0 | 0.62 | 0.11 | 0.31 | 310.46 | 0.45 | 0.48 |
| Hex | B0 | 43 | 9D | 0 | 3E | B | 1F | 136 | 2D | 30 |
| Octal | 260 | 103 | 235 | 0 | 76 | 13 | 37 | 466 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10011101 | 0 | 111110 | 1011 | 11111 | 100110110 | 101101 | 110000 |
Color Harmonies of #B0439D
Complementary color
Monochromatic Colors of #B0439D
Black with #B0439D
Text Example
Text Example
White with #B0439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0439D; }
p { color: rgb(176,67,157); }
H1.HeaderClassName
{
color: #B0439D;
}
.AnyTagClassName
{
color: #B0439D;
}
</style>
background-color css
<style>
a { background-color: #B0439D; }
a { background-color: rgb(176,67,157); }
div.DivClassName
{
background-color: #B0439D;
}
.BgClassName
{
background-color: #B0439D;
}
</style>
border-color css
<style>
span { border-color: #B0439D; }
span { border-color: rgb(176,67,157); }
td.TdClassName
{
border-color: #B0439D;
}
.TagClassName
{
border-color: #B0439D;
}
</style>