Shades of Violet Blue #B263AC
Tints of Violet Blue #B263AC
RGB
CMYK
RGB Variations
Color information
#B263AC (or 0xB263AC) is known color: Violet Blue. HEX triplet: B2, 63 and AC. RGB value is (178,99,172). Sum of RGB (Red+Green+Blue) = 178+99+172=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B263AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B263AC is #4D9C53. Grayscale: #828282. Windows color (decimal): -5086292 or 11297714. OLE color: 11297714.
HSL color Cylindrical-coordinate representation of color #B263AC: hue angle of 304.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B263AC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 172 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.30 |
| HSL | 304.56º | 0.34% | 0.54% | - |
| HSV(B) | 304.56º | 0.44% | 0.7% | - |
| XYZ | 30.27 | 21.37 | 41.56 | - |
| YUV | 130.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 172 | 0 | 0.44 | 0.03 | 0.30 | 304.56 | 0.34 | 0.54 |
| Hex | B2 | 63 | AC | 0 | 2C | 3 | 1E | 131 | 22 | 36 |
| Octal | 262 | 143 | 254 | 0 | 54 | 3 | 36 | 461 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10101100 | 0 | 101100 | 11 | 11110 | 100110001 | 100010 | 110110 |
Color Harmonies of #B263AC
Complementary color
Monochromatic Colors of #B263AC
Black with #B263AC
Text Example
Text Example
White with #B263AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263AC; }
p { color: rgb(178,99,172); }
H1.HeaderClassName
{
color: #B263AC;
}
.AnyTagClassName
{
color: #B263AC;
}
</style>
background-color css
<style>
a { background-color: #B263AC; }
a { background-color: rgb(178,99,172); }
div.DivClassName
{
background-color: #B263AC;
}
.BgClassName
{
background-color: #B263AC;
}
</style>
border-color css
<style>
span { border-color: #B263AC; }
span { border-color: rgb(178,99,172); }
td.TdClassName
{
border-color: #B263AC;
}
.TagClassName
{
border-color: #B263AC;
}
</style>