Shades of Violet Blue #B143A2
Tints of Violet Blue #B143A2
RGB
CMYK
RGB Variations
Color information
#B143A2 (or 0xB143A2) is known color: Violet Blue. HEX triplet: B1, 43 and A2. RGB value is (177,67,162). Sum of RGB (Red+Green+Blue) = 177+67+162=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B143A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143A2 is #4EBC5D. Grayscale: #6E6E6E. Windows color (decimal): -5160030 or 10634161. OLE color: 10634161.
HSL color Cylindrical-coordinate representation of color #B143A2: hue angle of 308.18º 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 #B143A2 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 162 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.31 |
| HSL | 308.18º | 0.45% | 0.48% | - |
| HSV(B) | 308.18º | 0.62% | 0.69% | - |
| XYZ | 26.66 | 15.97 | 35.86 | - |
| YUV | 110.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 162 | 0 | 0.62 | 0.08 | 0.31 | 308.18 | 0.45 | 0.48 |
| Hex | B1 | 43 | A2 | 0 | 3E | 8 | 1F | 134 | 2D | 30 |
| Octal | 261 | 103 | 242 | 0 | 76 | 10 | 37 | 464 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10100010 | 0 | 111110 | 1000 | 11111 | 100110100 | 101101 | 110000 |
Color Harmonies of #B143A2
Complementary color
Monochromatic Colors of #B143A2
Black with #B143A2
Text Example
Text Example
White with #B143A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143A2; }
p { color: rgb(177,67,162); }
H1.HeaderClassName
{
color: #B143A2;
}
.AnyTagClassName
{
color: #B143A2;
}
</style>
background-color css
<style>
a { background-color: #B143A2; }
a { background-color: rgb(177,67,162); }
div.DivClassName
{
background-color: #B143A2;
}
.BgClassName
{
background-color: #B143A2;
}
</style>
border-color css
<style>
span { border-color: #B143A2; }
span { border-color: rgb(177,67,162); }
td.TdClassName
{
border-color: #B143A2;
}
.TagClassName
{
border-color: #B143A2;
}
</style>