Shades of Violet Blue #B141A2
Tints of Violet Blue #B141A2
RGB
CMYK
RGB Variations
Color information
#B141A2 (or 0xB141A2) is known color: Violet Blue. HEX triplet: B1, 41 and A2. RGB value is (177,65,162). Sum of RGB (Red+Green+Blue) = 177+65+162=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A2 is #4EBE5D. Grayscale: #6D6D6D. Windows color (decimal): -5160542 or 10633649. OLE color: 10633649.
HSL color Cylindrical-coordinate representation of color #B141A2: hue angle of 308.04º 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 #B141A2 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 162 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.31 |
| HSL | 308.04º | 0.46% | 0.47% | - |
| HSV(B) | 308.04º | 0.63% | 0.69% | - |
| XYZ | 26.54 | 15.74 | 35.82 | - |
| YUV | 109.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 162 | 0 | 0.63 | 0.08 | 0.31 | 308.04 | 0.46 | 0.47 |
| Hex | B1 | 41 | A2 | 0 | 3F | 8 | 1F | 134 | 2E | 2F |
| Octal | 261 | 101 | 242 | 0 | 77 | 10 | 37 | 464 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10100010 | 0 | 111111 | 1000 | 11111 | 100110100 | 101110 | 101111 |
Color Harmonies of #B141A2
Complementary color
Monochromatic Colors of #B141A2
Black with #B141A2
Text Example
Text Example
White with #B141A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141A2; }
p { color: rgb(177,65,162); }
H1.HeaderClassName
{
color: #B141A2;
}
.AnyTagClassName
{
color: #B141A2;
}
</style>
background-color css
<style>
a { background-color: #B141A2; }
a { background-color: rgb(177,65,162); }
div.DivClassName
{
background-color: #B141A2;
}
.BgClassName
{
background-color: #B141A2;
}
</style>
border-color css
<style>
span { border-color: #B141A2; }
span { border-color: rgb(177,65,162); }
td.TdClassName
{
border-color: #B141A2;
}
.TagClassName
{
border-color: #B141A2;
}
</style>