Shades of Violet Blue #B260AD
Tints of Violet Blue #B260AD
RGB
CMYK
RGB Variations
Color information
#B260AD (or 0xB260AD) is known color: Violet Blue. HEX triplet: B2, 60 and AD. RGB value is (178,96,173). Sum of RGB (Red+Green+Blue) = 178+96+173=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AD is #4D9F52. Grayscale: #818181. Windows color (decimal): -5087059 or 11362482. OLE color: 11362482.
HSL color Cylindrical-coordinate representation of color #B260AD: hue angle of 303.66º 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 #B260AD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 173 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.30 |
| HSL | 303.66º | 0.35% | 0.54% | - |
| HSV(B) | 303.66º | 0.46% | 0.7% | - |
| XYZ | 30.09 | 20.85 | 41.97 | - |
| YUV | 129.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 173 | 0 | 0.46 | 0.03 | 0.30 | 303.66 | 0.35 | 0.54 |
| Hex | B2 | 60 | AD | 0 | 2E | 3 | 1E | 130 | 23 | 36 |
| Octal | 262 | 140 | 255 | 0 | 56 | 3 | 36 | 460 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10101101 | 0 | 101110 | 11 | 11110 | 100110000 | 100011 | 110110 |
Color Harmonies of #B260AD
Complementary color
Monochromatic Colors of #B260AD
Black with #B260AD
Text Example
Text Example
White with #B260AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260AD; }
p { color: rgb(178,96,173); }
H1.HeaderClassName
{
color: #B260AD;
}
.AnyTagClassName
{
color: #B260AD;
}
</style>
background-color css
<style>
a { background-color: #B260AD; }
a { background-color: rgb(178,96,173); }
div.DivClassName
{
background-color: #B260AD;
}
.BgClassName
{
background-color: #B260AD;
}
</style>
border-color css
<style>
span { border-color: #B260AD; }
span { border-color: rgb(178,96,173); }
td.TdClassName
{
border-color: #B260AD;
}
.TagClassName
{
border-color: #B260AD;
}
</style>