Shades of Violet Blue #B146A5
Tints of Violet Blue #B146A5
RGB
CMYK
RGB Variations
Color information
#B146A5 (or 0xB146A5) is known color: Violet Blue. HEX triplet: B1, 46 and A5. RGB value is (177,70,165). Sum of RGB (Red+Green+Blue) = 177+70+165=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B146A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146A5 is #4EB95A. Grayscale: #707070. Windows color (decimal): -5159259 or 10831537. OLE color: 10831537.
HSL color Cylindrical-coordinate representation of color #B146A5: hue angle of 306.73º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B146A5 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 165 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.31 |
| HSL | 306.73º | 0.43% | 0.48% | - |
| HSV(B) | 306.73º | 0.6% | 0.69% | - |
| XYZ | 27.11 | 16.44 | 37.34 | - |
| YUV | 112.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 165 | 0 | 0.60 | 0.07 | 0.31 | 306.73 | 0.43 | 0.48 |
| Hex | B1 | 46 | A5 | 0 | 3C | 7 | 1F | 133 | 2B | 30 |
| Octal | 261 | 106 | 245 | 0 | 74 | 7 | 37 | 463 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10100101 | 0 | 111100 | 111 | 11111 | 100110011 | 101011 | 110000 |
Color Harmonies of #B146A5
Complementary color
Monochromatic Colors of #B146A5
Black with #B146A5
Text Example
Text Example
White with #B146A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146A5; }
p { color: rgb(177,70,165); }
H1.HeaderClassName
{
color: #B146A5;
}
.AnyTagClassName
{
color: #B146A5;
}
</style>
background-color css
<style>
a { background-color: #B146A5; }
a { background-color: rgb(177,70,165); }
div.DivClassName
{
background-color: #B146A5;
}
.BgClassName
{
background-color: #B146A5;
}
</style>
border-color css
<style>
span { border-color: #B146A5; }
span { border-color: rgb(177,70,165); }
td.TdClassName
{
border-color: #B146A5;
}
.TagClassName
{
border-color: #B146A5;
}
</style>