Shades of Violet Blue #B14DA3
Tints of Violet Blue #B14DA3
RGB
CMYK
RGB Variations
Color information
#B14DA3 (or 0xB14DA3) is known color: Violet Blue. HEX triplet: B1, 4D and A3. RGB value is (177,77,163). Sum of RGB (Red+Green+Blue) = 177+77+163=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DA3 is #4EB25C. Grayscale: #747474. Windows color (decimal): -5157469 or 10702257. OLE color: 10702257.
HSL color Cylindrical-coordinate representation of color #B14DA3: hue angle of 308.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14DA3 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 163 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.31 |
| HSL | 308.4º | 0.39% | 0.5% | - |
| HSV(B) | 308.4º | 0.56% | 0.69% | - |
| XYZ | 27.4 | 17.3 | 36.55 | - |
| YUV | 116.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 163 | 0 | 0.56 | 0.08 | 0.31 | 308.4 | 0.39 | 0.5 |
| Hex | B1 | 4D | A3 | 0 | 38 | 8 | 1F | 134 | 27 | 32 |
| Octal | 261 | 115 | 243 | 0 | 70 | 10 | 37 | 464 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10100011 | 0 | 111000 | 1000 | 11111 | 100110100 | 100111 | 110010 |
Color Harmonies of #B14DA3
Complementary color
Monochromatic Colors of #B14DA3
Black with #B14DA3
Text Example
Text Example
White with #B14DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DA3; }
p { color: rgb(177,77,163); }
H1.HeaderClassName
{
color: #B14DA3;
}
.AnyTagClassName
{
color: #B14DA3;
}
</style>
background-color css
<style>
a { background-color: #B14DA3; }
a { background-color: rgb(177,77,163); }
div.DivClassName
{
background-color: #B14DA3;
}
.BgClassName
{
background-color: #B14DA3;
}
</style>
border-color css
<style>
span { border-color: #B14DA3; }
span { border-color: rgb(177,77,163); }
td.TdClassName
{
border-color: #B14DA3;
}
.TagClassName
{
border-color: #B14DA3;
}
</style>