Shades of Violet Blue #B143A6
Tints of Violet Blue #B143A6
RGB
CMYK
RGB Variations
Color information
#B143A6 (or 0xB143A6) is known color: Violet Blue. HEX triplet: B1, 43 and A6. RGB value is (177,67,166). Sum of RGB (Red+Green+Blue) = 177+67+166=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B143A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143A6 is #4EBC59. Grayscale: #6E6E6E. Windows color (decimal): -5160026 or 10896305. OLE color: 10896305.
HSL color Cylindrical-coordinate representation of color #B143A6: hue angle of 306º 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 #B143A6 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 166 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.31 |
| HSL | 306º | 0.45% | 0.48% | - |
| HSV(B) | 306º | 0.62% | 0.69% | - |
| XYZ | 27.02 | 16.11 | 37.76 | - |
| YUV | 111.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 166 | 0 | 0.62 | 0.06 | 0.31 | 306 | 0.45 | 0.48 |
| Hex | B1 | 43 | A6 | 0 | 3E | 6 | 1F | 132 | 2D | 30 |
| Octal | 261 | 103 | 246 | 0 | 76 | 6 | 37 | 462 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10100110 | 0 | 111110 | 110 | 11111 | 100110010 | 101101 | 110000 |
Color Harmonies of #B143A6
Complementary color
Monochromatic Colors of #B143A6
Black with #B143A6
Text Example
Text Example
White with #B143A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143A6; }
p { color: rgb(177,67,166); }
H1.HeaderClassName
{
color: #B143A6;
}
.AnyTagClassName
{
color: #B143A6;
}
</style>
background-color css
<style>
a { background-color: #B143A6; }
a { background-color: rgb(177,67,166); }
div.DivClassName
{
background-color: #B143A6;
}
.BgClassName
{
background-color: #B143A6;
}
</style>
border-color css
<style>
span { border-color: #B143A6; }
span { border-color: rgb(177,67,166); }
td.TdClassName
{
border-color: #B143A6;
}
.TagClassName
{
border-color: #B143A6;
}
</style>