Shades of Violet Blue #B154A2
Tints of Violet Blue #B154A2
RGB
CMYK
RGB Variations
Color information
#B154A2 (or 0xB154A2) is known color: Violet Blue. HEX triplet: B1, 54 and A2. RGB value is (177,84,162). Sum of RGB (Red+Green+Blue) = 177+84+162=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B154A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B154A2 is #4EAB5D. Grayscale: #787878. Windows color (decimal): -5155678 or 10638513. OLE color: 10638513.
HSL color Cylindrical-coordinate representation of color #B154A2: hue angle of 309.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B154A2 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 162 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.31 |
| HSL | 309.68º | 0.37% | 0.51% | - |
| HSV(B) | 309.68º | 0.53% | 0.69% | - |
| XYZ | 27.82 | 18.3 | 36.25 | - |
| YUV | 120.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 162 | 0 | 0.53 | 0.08 | 0.31 | 309.68 | 0.37 | 0.51 |
| Hex | B1 | 54 | A2 | 0 | 35 | 8 | 1F | 136 | 25 | 33 |
| Octal | 261 | 124 | 242 | 0 | 65 | 10 | 37 | 466 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10100010 | 0 | 110101 | 1000 | 11111 | 100110110 | 100101 | 110011 |
Color Harmonies of #B154A2
Complementary color
Monochromatic Colors of #B154A2
Black with #B154A2
Text Example
Text Example
White with #B154A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154A2; }
p { color: rgb(177,84,162); }
H1.HeaderClassName
{
color: #B154A2;
}
.AnyTagClassName
{
color: #B154A2;
}
</style>
background-color css
<style>
a { background-color: #B154A2; }
a { background-color: rgb(177,84,162); }
div.DivClassName
{
background-color: #B154A2;
}
.BgClassName
{
background-color: #B154A2;
}
</style>
border-color css
<style>
span { border-color: #B154A2; }
span { border-color: rgb(177,84,162); }
td.TdClassName
{
border-color: #B154A2;
}
.TagClassName
{
border-color: #B154A2;
}
</style>