Shades of Violet Blue #B361A8
Tints of Violet Blue #B361A8
RGB
CMYK
RGB Variations
Color information
#B361A8 (or 0xB361A8) is known color: Violet Blue. HEX triplet: B3, 61 and A8. RGB value is (179,97,168). Sum of RGB (Red+Green+Blue) = 179+97+168=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B361A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361A8 is #4C9E57. Grayscale: #818181. Windows color (decimal): -5021272 or 11035059. OLE color: 11035059.
HSL color Cylindrical-coordinate representation of color #B361A8: hue angle of 308.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B361A8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 168 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.30 |
| HSL | 308.05º | 0.35% | 0.54% | - |
| HSV(B) | 308.05º | 0.46% | 0.7% | - |
| XYZ | 29.93 | 20.96 | 39.51 | - |
| YUV | 129.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 168 | 0 | 0.46 | 0.06 | 0.30 | 308.05 | 0.35 | 0.54 |
| Hex | B3 | 61 | A8 | 0 | 2E | 6 | 1E | 134 | 23 | 36 |
| Octal | 263 | 141 | 250 | 0 | 56 | 6 | 36 | 464 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10101000 | 0 | 101110 | 110 | 11110 | 100110100 | 100011 | 110110 |
Color Harmonies of #B361A8
Complementary color
Monochromatic Colors of #B361A8
Black with #B361A8
Text Example
Text Example
White with #B361A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361A8; }
p { color: rgb(179,97,168); }
H1.HeaderClassName
{
color: #B361A8;
}
.AnyTagClassName
{
color: #B361A8;
}
</style>
background-color css
<style>
a { background-color: #B361A8; }
a { background-color: rgb(179,97,168); }
div.DivClassName
{
background-color: #B361A8;
}
.BgClassName
{
background-color: #B361A8;
}
</style>
border-color css
<style>
span { border-color: #B361A8; }
span { border-color: rgb(179,97,168); }
td.TdClassName
{
border-color: #B361A8;
}
.TagClassName
{
border-color: #B361A8;
}
</style>