Shades of Violet Blue #B140A2
Tints of Violet Blue #B140A2
RGB
CMYK
RGB Variations
Color information
#B140A2 (or 0xB140A2) is known color: Violet Blue. HEX triplet: B1, 40 and A2. RGB value is (177,64,162). Sum of RGB (Red+Green+Blue) = 177+64+162=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B140A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140A2 is #4EBF5D. Grayscale: #6C6C6C. Windows color (decimal): -5160798 or 10633393. OLE color: 10633393.
HSL color Cylindrical-coordinate representation of color #B140A2: hue angle of 307.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140A2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 162 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.31 |
| HSL | 307.96º | 0.47% | 0.47% | - |
| HSV(B) | 307.96º | 0.64% | 0.69% | - |
| XYZ | 26.49 | 15.62 | 35.8 | - |
| YUV | 108.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 162 | 0 | 0.64 | 0.08 | 0.31 | 307.96 | 0.47 | 0.47 |
| Hex | B1 | 40 | A2 | 0 | 40 | 8 | 1F | 134 | 2F | 2F |
| Octal | 261 | 100 | 242 | 0 | 100 | 10 | 37 | 464 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10100010 | 0 | 1000000 | 1000 | 11111 | 100110100 | 101111 | 101111 |
Color Harmonies of #B140A2
Complementary color
Monochromatic Colors of #B140A2
Black with #B140A2
Text Example
Text Example
White with #B140A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140A2; }
p { color: rgb(177,64,162); }
H1.HeaderClassName
{
color: #B140A2;
}
.AnyTagClassName
{
color: #B140A2;
}
</style>
background-color css
<style>
a { background-color: #B140A2; }
a { background-color: rgb(177,64,162); }
div.DivClassName
{
background-color: #B140A2;
}
.BgClassName
{
background-color: #B140A2;
}
</style>
border-color css
<style>
span { border-color: #B140A2; }
span { border-color: rgb(177,64,162); }
td.TdClassName
{
border-color: #B140A2;
}
.TagClassName
{
border-color: #B140A2;
}
</style>