Shades of Violet Blue #B153A5
Tints of Violet Blue #B153A5
RGB
CMYK
RGB Variations
Color information
#B153A5 (or 0xB153A5) is known color: Violet Blue. HEX triplet: B1, 53 and A5. RGB value is (177,83,165). Sum of RGB (Red+Green+Blue) = 177+83+165=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B153A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153A5 is #4EAC5A. Grayscale: #787878. Windows color (decimal): -5155931 or 10834865. OLE color: 10834865.
HSL color Cylindrical-coordinate representation of color #B153A5: hue angle of 307.66º degrees, saturation: 0.38, 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 #B153A5 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 165 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.31 |
| HSL | 307.66º | 0.38% | 0.51% | - |
| HSV(B) | 307.66º | 0.53% | 0.69% | - |
| XYZ | 28.02 | 18.25 | 37.64 | - |
| YUV | 120.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 165 | 0 | 0.53 | 0.07 | 0.31 | 307.66 | 0.38 | 0.51 |
| Hex | B1 | 53 | A5 | 0 | 35 | 7 | 1F | 134 | 26 | 33 |
| Octal | 261 | 123 | 245 | 0 | 65 | 7 | 37 | 464 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10100101 | 0 | 110101 | 111 | 11111 | 100110100 | 100110 | 110011 |
Color Harmonies of #B153A5
Complementary color
Monochromatic Colors of #B153A5
Black with #B153A5
Text Example
Text Example
White with #B153A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153A5; }
p { color: rgb(177,83,165); }
H1.HeaderClassName
{
color: #B153A5;
}
.AnyTagClassName
{
color: #B153A5;
}
</style>
background-color css
<style>
a { background-color: #B153A5; }
a { background-color: rgb(177,83,165); }
div.DivClassName
{
background-color: #B153A5;
}
.BgClassName
{
background-color: #B153A5;
}
</style>
border-color css
<style>
span { border-color: #B153A5; }
span { border-color: rgb(177,83,165); }
td.TdClassName
{
border-color: #B153A5;
}
.TagClassName
{
border-color: #B153A5;
}
</style>