Shades of Violet Blue #B150A4
Tints of Violet Blue #B150A4
RGB
CMYK
RGB Variations
Color information
#B150A4 (or 0xB150A4) is known color: Violet Blue. HEX triplet: B1, 50 and A4. RGB value is (177,80,164). Sum of RGB (Red+Green+Blue) = 177+80+164=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B150A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150A4 is #4EAF5B. Grayscale: #767676. Windows color (decimal): -5156700 or 10768561. OLE color: 10768561.
HSL color Cylindrical-coordinate representation of color #B150A4: hue angle of 308.04º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B150A4 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 164 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.31 |
| HSL | 308.04º | 0.38% | 0.5% | - |
| HSV(B) | 308.04º | 0.55% | 0.69% | - |
| XYZ | 27.7 | 17.76 | 37.09 | - |
| YUV | 118.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 164 | 0 | 0.55 | 0.07 | 0.31 | 308.04 | 0.38 | 0.5 |
| Hex | B1 | 50 | A4 | 0 | 37 | 7 | 1F | 134 | 26 | 32 |
| Octal | 261 | 120 | 244 | 0 | 67 | 7 | 37 | 464 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10100100 | 0 | 110111 | 111 | 11111 | 100110100 | 100110 | 110010 |
Color Harmonies of #B150A4
Complementary color
Monochromatic Colors of #B150A4
Black with #B150A4
Text Example
Text Example
White with #B150A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150A4; }
p { color: rgb(177,80,164); }
H1.HeaderClassName
{
color: #B150A4;
}
.AnyTagClassName
{
color: #B150A4;
}
</style>
background-color css
<style>
a { background-color: #B150A4; }
a { background-color: rgb(177,80,164); }
div.DivClassName
{
background-color: #B150A4;
}
.BgClassName
{
background-color: #B150A4;
}
</style>
border-color css
<style>
span { border-color: #B150A4; }
span { border-color: rgb(177,80,164); }
td.TdClassName
{
border-color: #B150A4;
}
.TagClassName
{
border-color: #B150A4;
}
</style>