Shades of Violet Blue #B14CA8
Tints of Violet Blue #B14CA8
RGB
CMYK
RGB Variations
Color information
#B14CA8 (or 0xB14CA8) is known color: Violet Blue. HEX triplet: B1, 4C and A8. RGB value is (177,76,168). Sum of RGB (Red+Green+Blue) = 177+76+168=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CA8 is #4EB357. Grayscale: #747474. Windows color (decimal): -5157720 or 11029681. OLE color: 11029681.
HSL color Cylindrical-coordinate representation of color #B14CA8: hue angle of 305.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14CA8 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 168 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.31 |
| HSL | 305.35º | 0.4% | 0.5% | - |
| HSV(B) | 305.35º | 0.57% | 0.69% | - |
| XYZ | 27.78 | 17.34 | 38.93 | - |
| YUV | 116.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 168 | 0 | 0.57 | 0.05 | 0.31 | 305.35 | 0.4 | 0.5 |
| Hex | B1 | 4C | A8 | 0 | 39 | 5 | 1F | 131 | 28 | 32 |
| Octal | 261 | 114 | 250 | 0 | 71 | 5 | 37 | 461 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10101000 | 0 | 111001 | 101 | 11111 | 100110001 | 101000 | 110010 |
Color Harmonies of #B14CA8
Complementary color
Monochromatic Colors of #B14CA8
Black with #B14CA8
Text Example
Text Example
White with #B14CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CA8; }
p { color: rgb(177,76,168); }
H1.HeaderClassName
{
color: #B14CA8;
}
.AnyTagClassName
{
color: #B14CA8;
}
</style>
background-color css
<style>
a { background-color: #B14CA8; }
a { background-color: rgb(177,76,168); }
div.DivClassName
{
background-color: #B14CA8;
}
.BgClassName
{
background-color: #B14CA8;
}
</style>
border-color css
<style>
span { border-color: #B14CA8; }
span { border-color: rgb(177,76,168); }
td.TdClassName
{
border-color: #B14CA8;
}
.TagClassName
{
border-color: #B14CA8;
}
</style>