Shades of Violet Blue #B146A2
Tints of Violet Blue #B146A2
RGB
CMYK
RGB Variations
Color information
#B146A2 (or 0xB146A2) is known color: Violet Blue. HEX triplet: B1, 46 and A2. RGB value is (177,70,162). Sum of RGB (Red+Green+Blue) = 177+70+162=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B146A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146A2 is #4EB95D. Grayscale: #707070. Windows color (decimal): -5159262 or 10634929. OLE color: 10634929.
HSL color Cylindrical-coordinate representation of color #B146A2: hue angle of 308.41º 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 #B146A2 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 162 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.31 |
| HSL | 308.41º | 0.43% | 0.48% | - |
| HSV(B) | 308.41º | 0.6% | 0.69% | - |
| XYZ | 26.84 | 16.34 | 35.92 | - |
| YUV | 112.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 162 | 0 | 0.60 | 0.08 | 0.31 | 308.41 | 0.43 | 0.48 |
| Hex | B1 | 46 | A2 | 0 | 3C | 8 | 1F | 134 | 2B | 30 |
| Octal | 261 | 106 | 242 | 0 | 74 | 10 | 37 | 464 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10100010 | 0 | 111100 | 1000 | 11111 | 100110100 | 101011 | 110000 |
Color Harmonies of #B146A2
Complementary color
Monochromatic Colors of #B146A2
Black with #B146A2
Text Example
Text Example
White with #B146A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146A2; }
p { color: rgb(177,70,162); }
H1.HeaderClassName
{
color: #B146A2;
}
.AnyTagClassName
{
color: #B146A2;
}
</style>
background-color css
<style>
a { background-color: #B146A2; }
a { background-color: rgb(177,70,162); }
div.DivClassName
{
background-color: #B146A2;
}
.BgClassName
{
background-color: #B146A2;
}
</style>
border-color css
<style>
span { border-color: #B146A2; }
span { border-color: rgb(177,70,162); }
td.TdClassName
{
border-color: #B146A2;
}
.TagClassName
{
border-color: #B146A2;
}
</style>