Shades of Violet Blue #B363A2
Tints of Violet Blue #B363A2
RGB
CMYK
RGB Variations
Color information
#B363A2 (or 0xB363A2) is known color: Violet Blue. HEX triplet: B3, 63 and A2. RGB value is (179,99,162). Sum of RGB (Red+Green+Blue) = 179+99+162=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B363A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363A2 is #4C9C5D. Grayscale: #818181. Windows color (decimal): -5020766 or 10642355. OLE color: 10642355.
HSL color Cylindrical-coordinate representation of color #B363A2: hue angle of 312.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B363A2 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 162 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.30 |
| HSL | 312.75º | 0.34% | 0.55% | - |
| HSV(B) | 312.75º | 0.45% | 0.7% | - |
| XYZ | 29.57 | 21.12 | 36.7 | - |
| YUV | 130.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 162 | 0 | 0.45 | 0.09 | 0.30 | 312.75 | 0.34 | 0.55 |
| Hex | B3 | 63 | A2 | 0 | 2D | 9 | 1E | 139 | 22 | 37 |
| Octal | 263 | 143 | 242 | 0 | 55 | 11 | 36 | 471 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10100010 | 0 | 101101 | 1001 | 11110 | 100111001 | 100010 | 110111 |
Color Harmonies of #B363A2
Complementary color
Monochromatic Colors of #B363A2
Black with #B363A2
Text Example
Text Example
White with #B363A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363A2; }
p { color: rgb(179,99,162); }
H1.HeaderClassName
{
color: #B363A2;
}
.AnyTagClassName
{
color: #B363A2;
}
</style>
background-color css
<style>
a { background-color: #B363A2; }
a { background-color: rgb(179,99,162); }
div.DivClassName
{
background-color: #B363A2;
}
.BgClassName
{
background-color: #B363A2;
}
</style>
border-color css
<style>
span { border-color: #B363A2; }
span { border-color: rgb(179,99,162); }
td.TdClassName
{
border-color: #B363A2;
}
.TagClassName
{
border-color: #B363A2;
}
</style>