Shades of Violet Blue #B363A7
Tints of Violet Blue #B363A7
RGB
CMYK
RGB Variations
Color information
#B363A7 (or 0xB363A7) is known color: Violet Blue. HEX triplet: B3, 63 and A7. RGB value is (179,99,167). Sum of RGB (Red+Green+Blue) = 179+99+167=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B363A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363A7 is #4C9C58. Grayscale: #828282. Windows color (decimal): -5020761 or 10970035. OLE color: 10970035.
HSL color Cylindrical-coordinate representation of color #B363A7: hue angle of 309º 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 #B363A7 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 167 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.30 |
| HSL | 309º | 0.34% | 0.55% | - |
| HSV(B) | 309º | 0.45% | 0.7% | - |
| XYZ | 30.03 | 21.3 | 39.09 | - |
| YUV | 130.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 167 | 0 | 0.45 | 0.07 | 0.30 | 309 | 0.34 | 0.55 |
| Hex | B3 | 63 | A7 | 0 | 2D | 7 | 1E | 135 | 22 | 37 |
| Octal | 263 | 143 | 247 | 0 | 55 | 7 | 36 | 465 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10100111 | 0 | 101101 | 111 | 11110 | 100110101 | 100010 | 110111 |
Color Harmonies of #B363A7
Complementary color
Monochromatic Colors of #B363A7
Black with #B363A7
Text Example
Text Example
White with #B363A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363A7; }
p { color: rgb(179,99,167); }
H1.HeaderClassName
{
color: #B363A7;
}
.AnyTagClassName
{
color: #B363A7;
}
</style>
background-color css
<style>
a { background-color: #B363A7; }
a { background-color: rgb(179,99,167); }
div.DivClassName
{
background-color: #B363A7;
}
.BgClassName
{
background-color: #B363A7;
}
</style>
border-color css
<style>
span { border-color: #B363A7; }
span { border-color: rgb(179,99,167); }
td.TdClassName
{
border-color: #B363A7;
}
.TagClassName
{
border-color: #B363A7;
}
</style>