Shades of Violet Blue #B263A4
Tints of Violet Blue #B263A4
RGB
CMYK
RGB Variations
Color information
#B263A4 (or 0xB263A4) is known color: Violet Blue. HEX triplet: B2, 63 and A4. RGB value is (178,99,164). Sum of RGB (Red+Green+Blue) = 178+99+164=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B263A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B263A4 is #4D9C5B. Grayscale: #818181. Windows color (decimal): -5086300 or 10773426. OLE color: 10773426.
HSL color Cylindrical-coordinate representation of color #B263A4: hue angle of 310.63º 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 #B263A4 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 164 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.30 |
| HSL | 310.63º | 0.34% | 0.54% | - |
| HSV(B) | 310.63º | 0.44% | 0.7% | - |
| XYZ | 29.52 | 21.07 | 37.63 | - |
| YUV | 130.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 164 | 0 | 0.44 | 0.08 | 0.30 | 310.63 | 0.34 | 0.54 |
| Hex | B2 | 63 | A4 | 0 | 2C | 8 | 1E | 137 | 22 | 36 |
| Octal | 262 | 143 | 244 | 0 | 54 | 10 | 36 | 467 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10100100 | 0 | 101100 | 1000 | 11110 | 100110111 | 100010 | 110110 |
Color Harmonies of #B263A4
Complementary color
Monochromatic Colors of #B263A4
Black with #B263A4
Text Example
Text Example
White with #B263A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263A4; }
p { color: rgb(178,99,164); }
H1.HeaderClassName
{
color: #B263A4;
}
.AnyTagClassName
{
color: #B263A4;
}
</style>
background-color css
<style>
a { background-color: #B263A4; }
a { background-color: rgb(178,99,164); }
div.DivClassName
{
background-color: #B263A4;
}
.BgClassName
{
background-color: #B263A4;
}
</style>
border-color css
<style>
span { border-color: #B263A4; }
span { border-color: rgb(178,99,164); }
td.TdClassName
{
border-color: #B263A4;
}
.TagClassName
{
border-color: #B263A4;
}
</style>