Shades of Violet Blue #B361AA
Tints of Violet Blue #B361AA
RGB
CMYK
RGB Variations
Color information
#B361AA (or 0xB361AA) is known color: Violet Blue. HEX triplet: B3, 61 and AA. RGB value is (179,97,170). Sum of RGB (Red+Green+Blue) = 179+97+170=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B361AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B361AA is #4C9E55. Grayscale: #818181. Windows color (decimal): -5021270 or 11166131. OLE color: 11166131.
HSL color Cylindrical-coordinate representation of color #B361AA: hue angle of 306.59º 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 #B361AA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 170 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.30 |
| HSL | 306.59º | 0.35% | 0.54% | - |
| HSV(B) | 306.59º | 0.46% | 0.7% | - |
| XYZ | 30.12 | 21.04 | 40.5 | - |
| YUV | 129.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 170 | 0 | 0.46 | 0.05 | 0.30 | 306.59 | 0.35 | 0.54 |
| Hex | B3 | 61 | AA | 0 | 2E | 5 | 1E | 133 | 23 | 36 |
| Octal | 263 | 141 | 252 | 0 | 56 | 5 | 36 | 463 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10101010 | 0 | 101110 | 101 | 11110 | 100110011 | 100011 | 110110 |
Color Harmonies of #B361AA
Complementary color
Monochromatic Colors of #B361AA
Black with #B361AA
Text Example
Text Example
White with #B361AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361AA; }
p { color: rgb(179,97,170); }
H1.HeaderClassName
{
color: #B361AA;
}
.AnyTagClassName
{
color: #B361AA;
}
</style>
background-color css
<style>
a { background-color: #B361AA; }
a { background-color: rgb(179,97,170); }
div.DivClassName
{
background-color: #B361AA;
}
.BgClassName
{
background-color: #B361AA;
}
</style>
border-color css
<style>
span { border-color: #B361AA; }
span { border-color: rgb(179,97,170); }
td.TdClassName
{
border-color: #B361AA;
}
.TagClassName
{
border-color: #B361AA;
}
</style>