Shades of Violet Blue #B041A5
Tints of Violet Blue #B041A5
RGB
CMYK
RGB Variations
Color information
#B041A5 (or 0xB041A5) is known color: Violet Blue. HEX triplet: B0, 41 and A5. RGB value is (176,65,165). Sum of RGB (Red+Green+Blue) = 176+65+165=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B041A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041A5 is #4FBE5A. Grayscale: #6D6D6D. Windows color (decimal): -5226075 or 10830256. OLE color: 10830256.
HSL color Cylindrical-coordinate representation of color #B041A5: hue angle of 305.95º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B041A5 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 165 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.31 |
| HSL | 305.95º | 0.46% | 0.47% | - |
| HSV(B) | 305.95º | 0.63% | 0.69% | - |
| XYZ | 26.59 | 15.73 | 37.23 | - |
| YUV | 109.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 165 | 0 | 0.63 | 0.06 | 0.31 | 305.95 | 0.46 | 0.47 |
| Hex | B0 | 41 | A5 | 0 | 3F | 6 | 1F | 132 | 2E | 2F |
| Octal | 260 | 101 | 245 | 0 | 77 | 6 | 37 | 462 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10100101 | 0 | 111111 | 110 | 11111 | 100110010 | 101110 | 101111 |
Color Harmonies of #B041A5
Complementary color
Monochromatic Colors of #B041A5
Black with #B041A5
Text Example
Text Example
White with #B041A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041A5; }
p { color: rgb(176,65,165); }
H1.HeaderClassName
{
color: #B041A5;
}
.AnyTagClassName
{
color: #B041A5;
}
</style>
background-color css
<style>
a { background-color: #B041A5; }
a { background-color: rgb(176,65,165); }
div.DivClassName
{
background-color: #B041A5;
}
.BgClassName
{
background-color: #B041A5;
}
</style>
border-color css
<style>
span { border-color: #B041A5; }
span { border-color: rgb(176,65,165); }
td.TdClassName
{
border-color: #B041A5;
}
.TagClassName
{
border-color: #B041A5;
}
</style>