Shades of Violet Blue #B141A3
Tints of Violet Blue #B141A3
RGB
CMYK
RGB Variations
Color information
#B141A3 (or 0xB141A3) is known color: Violet Blue. HEX triplet: B1, 41 and A3. RGB value is (177,65,163). Sum of RGB (Red+Green+Blue) = 177+65+163=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A3 is #4EBE5C. Grayscale: #6D6D6D. Windows color (decimal): -5160541 or 10699185. OLE color: 10699185.
HSL color Cylindrical-coordinate representation of color #B141A3: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 163 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.31 |
| HSL | 307.5º | 0.46% | 0.47% | - |
| HSV(B) | 307.5º | 0.63% | 0.69% | - |
| XYZ | 26.63 | 15.77 | 36.29 | - |
| YUV | 109.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 163 | 0 | 0.63 | 0.08 | 0.31 | 307.5 | 0.46 | 0.47 |
| Hex | B1 | 41 | A3 | 0 | 3F | 8 | 1F | 134 | 2E | 2F |
| Octal | 261 | 101 | 243 | 0 | 77 | 10 | 37 | 464 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10100011 | 0 | 111111 | 1000 | 11111 | 100110100 | 101110 | 101111 |
Color Harmonies of #B141A3
Complementary color
Monochromatic Colors of #B141A3
Black with #B141A3
Text Example
Text Example
White with #B141A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141A3; }
p { color: rgb(177,65,163); }
H1.HeaderClassName
{
color: #B141A3;
}
.AnyTagClassName
{
color: #B141A3;
}
</style>
background-color css
<style>
a { background-color: #B141A3; }
a { background-color: rgb(177,65,163); }
div.DivClassName
{
background-color: #B141A3;
}
.BgClassName
{
background-color: #B141A3;
}
</style>
border-color css
<style>
span { border-color: #B141A3; }
span { border-color: rgb(177,65,163); }
td.TdClassName
{
border-color: #B141A3;
}
.TagClassName
{
border-color: #B141A3;
}
</style>