Shades of Violet Blue #B143A5
Tints of Violet Blue #B143A5
RGB
CMYK
RGB Variations
Color information
#B143A5 (or 0xB143A5) is known color: Violet Blue. HEX triplet: B1, 43 and A5. RGB value is (177,67,165). Sum of RGB (Red+Green+Blue) = 177+67+165=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B143A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143A5 is #4EBC5A. Grayscale: #6E6E6E. Windows color (decimal): -5160027 or 10830769. OLE color: 10830769.
HSL color Cylindrical-coordinate representation of color #B143A5: hue angle of 306.55º 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 #B143A5 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 165 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.31 |
| HSL | 306.55º | 0.45% | 0.48% | - |
| HSV(B) | 306.55º | 0.62% | 0.69% | - |
| XYZ | 26.93 | 16.08 | 37.28 | - |
| YUV | 111.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 165 | 0 | 0.62 | 0.07 | 0.31 | 306.55 | 0.45 | 0.48 |
| Hex | B1 | 43 | A5 | 0 | 3E | 7 | 1F | 133 | 2D | 30 |
| Octal | 261 | 103 | 245 | 0 | 76 | 7 | 37 | 463 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10100101 | 0 | 111110 | 111 | 11111 | 100110011 | 101101 | 110000 |
Color Harmonies of #B143A5
Complementary color
Monochromatic Colors of #B143A5
Black with #B143A5
Text Example
Text Example
White with #B143A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143A5; }
p { color: rgb(177,67,165); }
H1.HeaderClassName
{
color: #B143A5;
}
.AnyTagClassName
{
color: #B143A5;
}
</style>
background-color css
<style>
a { background-color: #B143A5; }
a { background-color: rgb(177,67,165); }
div.DivClassName
{
background-color: #B143A5;
}
.BgClassName
{
background-color: #B143A5;
}
</style>
border-color css
<style>
span { border-color: #B143A5; }
span { border-color: rgb(177,67,165); }
td.TdClassName
{
border-color: #B143A5;
}
.TagClassName
{
border-color: #B143A5;
}
</style>