Shades of Violet Blue #BA5FA7
Tints of Violet Blue #BA5FA7
RGB
CMYK
RGB Variations
Color information
#BA5FA7 (or 0xBA5FA7) is known color: Violet Blue. HEX triplet: BA, 5F and A7. RGB value is (186,95,167). Sum of RGB (Red+Green+Blue) = 186+95+167=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FA7 is #45A058. Grayscale: #828282. Windows color (decimal): -4563033 or 10969018. OLE color: 10969018.
HSL color Cylindrical-coordinate representation of color #BA5FA7: hue angle of 312.53º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FA7 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 167 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.27 |
| HSL | 312.53º | 0.4% | 0.55% | - |
| HSV(B) | 312.53º | 0.49% | 0.73% | - |
| XYZ | 31.32 | 21.41 | 39.04 | - |
| YUV | 130.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 167 | 0 | 0.49 | 0.10 | 0.27 | 312.53 | 0.4 | 0.55 |
| Hex | BA | 5F | A7 | 0 | 31 | A | 1B | 139 | 28 | 37 |
| Octal | 272 | 137 | 247 | 0 | 61 | 12 | 33 | 471 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10100111 | 0 | 110001 | 1010 | 11011 | 100111001 | 101000 | 110111 |
Color Harmonies of #BA5FA7
Complementary color
Monochromatic Colors of #BA5FA7
Black with #BA5FA7
Text Example
Text Example
White with #BA5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FA7; }
p { color: rgb(186,95,167); }
H1.HeaderClassName
{
color: #BA5FA7;
}
.AnyTagClassName
{
color: #BA5FA7;
}
</style>
background-color css
<style>
a { background-color: #BA5FA7; }
a { background-color: rgb(186,95,167); }
div.DivClassName
{
background-color: #BA5FA7;
}
.BgClassName
{
background-color: #BA5FA7;
}
</style>
border-color css
<style>
span { border-color: #BA5FA7; }
span { border-color: rgb(186,95,167); }
td.TdClassName
{
border-color: #BA5FA7;
}
.TagClassName
{
border-color: #BA5FA7;
}
</style>