Shades of Violet Blue #B260A1
Tints of Violet Blue #B260A1
RGB
CMYK
RGB Variations
Color information
#B260A1 (or 0xB260A1) is known color: Violet Blue. HEX triplet: B2, 60 and A1. RGB value is (178,96,161). Sum of RGB (Red+Green+Blue) = 178+96+161=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B260A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260A1 is #4D9F5E. Grayscale: #7F7F7F. Windows color (decimal): -5087071 or 10576050. OLE color: 10576050.
HSL color Cylindrical-coordinate representation of color #B260A1: hue angle of 312.44º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B260A1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 161 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.30 |
| HSL | 312.44º | 0.35% | 0.54% | - |
| HSV(B) | 312.44º | 0.46% | 0.7% | - |
| XYZ | 28.98 | 20.4 | 36.13 | - |
| YUV | 127.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 161 | 0 | 0.46 | 0.10 | 0.30 | 312.44 | 0.35 | 0.54 |
| Hex | B2 | 60 | A1 | 0 | 2E | A | 1E | 138 | 23 | 36 |
| Octal | 262 | 140 | 241 | 0 | 56 | 12 | 36 | 470 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10100001 | 0 | 101110 | 1010 | 11110 | 100111000 | 100011 | 110110 |
Color Harmonies of #B260A1
Complementary color
Monochromatic Colors of #B260A1
Black with #B260A1
Text Example
Text Example
White with #B260A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260A1; }
p { color: rgb(178,96,161); }
H1.HeaderClassName
{
color: #B260A1;
}
.AnyTagClassName
{
color: #B260A1;
}
</style>
background-color css
<style>
a { background-color: #B260A1; }
a { background-color: rgb(178,96,161); }
div.DivClassName
{
background-color: #B260A1;
}
.BgClassName
{
background-color: #B260A1;
}
</style>
border-color css
<style>
span { border-color: #B260A1; }
span { border-color: rgb(178,96,161); }
td.TdClassName
{
border-color: #B260A1;
}
.TagClassName
{
border-color: #B260A1;
}
</style>