Shades of Violet Blue #B363A6
Tints of Violet Blue #B363A6
RGB
CMYK
RGB Variations
Color information
#B363A6 (or 0xB363A6) is known color: Violet Blue. HEX triplet: B3, 63 and A6. RGB value is (179,99,166). Sum of RGB (Red+Green+Blue) = 179+99+166=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B363A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363A6 is #4C9C59. Grayscale: #828282. Windows color (decimal): -5020762 or 10904499. OLE color: 10904499.
HSL color Cylindrical-coordinate representation of color #B363A6: hue angle of 309.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 #B363A6 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 166 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.30 |
| HSL | 309.75º | 0.34% | 0.55% | - |
| HSV(B) | 309.75º | 0.45% | 0.7% | - |
| XYZ | 29.94 | 21.26 | 38.6 | - |
| YUV | 130.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 166 | 0 | 0.45 | 0.07 | 0.30 | 309.75 | 0.34 | 0.55 |
| Hex | B3 | 63 | A6 | 0 | 2D | 7 | 1E | 136 | 22 | 37 |
| Octal | 263 | 143 | 246 | 0 | 55 | 7 | 36 | 466 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10100110 | 0 | 101101 | 111 | 11110 | 100110110 | 100010 | 110111 |
Color Harmonies of #B363A6
Complementary color
Monochromatic Colors of #B363A6
Black with #B363A6
Text Example
Text Example
White with #B363A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363A6; }
p { color: rgb(179,99,166); }
H1.HeaderClassName
{
color: #B363A6;
}
.AnyTagClassName
{
color: #B363A6;
}
</style>
background-color css
<style>
a { background-color: #B363A6; }
a { background-color: rgb(179,99,166); }
div.DivClassName
{
background-color: #B363A6;
}
.BgClassName
{
background-color: #B363A6;
}
</style>
border-color css
<style>
span { border-color: #B363A6; }
span { border-color: rgb(179,99,166); }
td.TdClassName
{
border-color: #B363A6;
}
.TagClassName
{
border-color: #B363A6;
}
</style>