Shades of Violet Blue #B148A4
Tints of Violet Blue #B148A4
RGB
CMYK
RGB Variations
Color information
#B148A4 (or 0xB148A4) is known color: Violet Blue. HEX triplet: B1, 48 and A4. RGB value is (177,72,164). Sum of RGB (Red+Green+Blue) = 177+72+164=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B148A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148A4 is #4EB75B. Grayscale: #717171. Windows color (decimal): -5158748 or 10766513. OLE color: 10766513.
HSL color Cylindrical-coordinate representation of color #B148A4: hue angle of 307.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B148A4 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 164 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.31 |
| HSL | 307.43º | 0.42% | 0.49% | - |
| HSV(B) | 307.43º | 0.59% | 0.69% | - |
| XYZ | 27.15 | 16.66 | 36.91 | - |
| YUV | 113.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 164 | 0 | 0.59 | 0.07 | 0.31 | 307.43 | 0.42 | 0.49 |
| Hex | B1 | 48 | A4 | 0 | 3B | 7 | 1F | 133 | 2A | 31 |
| Octal | 261 | 110 | 244 | 0 | 73 | 7 | 37 | 463 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10100100 | 0 | 111011 | 111 | 11111 | 100110011 | 101010 | 110001 |
Color Harmonies of #B148A4
Complementary color
Monochromatic Colors of #B148A4
Black with #B148A4
Text Example
Text Example
White with #B148A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148A4; }
p { color: rgb(177,72,164); }
H1.HeaderClassName
{
color: #B148A4;
}
.AnyTagClassName
{
color: #B148A4;
}
</style>
background-color css
<style>
a { background-color: #B148A4; }
a { background-color: rgb(177,72,164); }
div.DivClassName
{
background-color: #B148A4;
}
.BgClassName
{
background-color: #B148A4;
}
</style>
border-color css
<style>
span { border-color: #B148A4; }
span { border-color: rgb(177,72,164); }
td.TdClassName
{
border-color: #B148A4;
}
.TagClassName
{
border-color: #B148A4;
}
</style>