Shades of Violet Blue #B260AF
Tints of Violet Blue #B260AF
RGB
CMYK
RGB Variations
Color information
#B260AF (or 0xB260AF) is known color: Violet Blue. HEX triplet: B2, 60 and AF. RGB value is (178,96,175). Sum of RGB (Red+Green+Blue) = 178+96+175=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AF is #4D9F50. Grayscale: #818181. Windows color (decimal): -5087057 or 11493554. OLE color: 11493554.
HSL color Cylindrical-coordinate representation of color #B260AF: hue angle of 302.2º 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 #B260AF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 175 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.30 |
| HSL | 302.2º | 0.35% | 0.54% | - |
| HSV(B) | 302.2º | 0.46% | 0.7% | - |
| XYZ | 30.28 | 20.93 | 43 | - |
| YUV | 129.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 175 | 0 | 0.46 | 0.02 | 0.30 | 302.2 | 0.35 | 0.54 |
| Hex | B2 | 60 | AF | 0 | 2E | 2 | 1E | 12E | 23 | 36 |
| Octal | 262 | 140 | 257 | 0 | 56 | 2 | 36 | 456 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10101111 | 0 | 101110 | 10 | 11110 | 100101110 | 100011 | 110110 |
Color Harmonies of #B260AF
Complementary color
Monochromatic Colors of #B260AF
Black with #B260AF
Text Example
Text Example
White with #B260AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260AF; }
p { color: rgb(178,96,175); }
H1.HeaderClassName
{
color: #B260AF;
}
.AnyTagClassName
{
color: #B260AF;
}
</style>
background-color css
<style>
a { background-color: #B260AF; }
a { background-color: rgb(178,96,175); }
div.DivClassName
{
background-color: #B260AF;
}
.BgClassName
{
background-color: #B260AF;
}
</style>
border-color css
<style>
span { border-color: #B260AF; }
span { border-color: rgb(178,96,175); }
td.TdClassName
{
border-color: #B260AF;
}
.TagClassName
{
border-color: #B260AF;
}
</style>