Shades of Violet Blue #B365A1
Tints of Violet Blue #B365A1
RGB
CMYK
RGB Variations
Color information
#B365A1 (or 0xB365A1) is known color: Violet Blue. HEX triplet: B3, 65 and A1. RGB value is (179,101,161). Sum of RGB (Red+Green+Blue) = 179+101+161=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A1 is #4C9A5E. Grayscale: #838383. Windows color (decimal): -5020255 or 10577331. OLE color: 10577331.
HSL color Cylindrical-coordinate representation of color #B365A1: hue angle of 313.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B365A1 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 161 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.30 |
| HSL | 313.85º | 0.34% | 0.55% | - |
| HSV(B) | 313.85º | 0.44% | 0.7% | - |
| XYZ | 29.68 | 21.46 | 36.3 | - |
| YUV | 131.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 161 | 0 | 0.44 | 0.10 | 0.30 | 313.85 | 0.34 | 0.55 |
| Hex | B3 | 65 | A1 | 0 | 2C | A | 1E | 13A | 22 | 37 |
| Octal | 263 | 145 | 241 | 0 | 54 | 12 | 36 | 472 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10100001 | 0 | 101100 | 1010 | 11110 | 100111010 | 100010 | 110111 |
Color Harmonies of #B365A1
Complementary color
Monochromatic Colors of #B365A1
Black with #B365A1
Text Example
Text Example
White with #B365A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365A1; }
p { color: rgb(179,101,161); }
H1.HeaderClassName
{
color: #B365A1;
}
.AnyTagClassName
{
color: #B365A1;
}
</style>
background-color css
<style>
a { background-color: #B365A1; }
a { background-color: rgb(179,101,161); }
div.DivClassName
{
background-color: #B365A1;
}
.BgClassName
{
background-color: #B365A1;
}
</style>
border-color css
<style>
span { border-color: #B365A1; }
span { border-color: rgb(179,101,161); }
td.TdClassName
{
border-color: #B365A1;
}
.TagClassName
{
border-color: #B365A1;
}
</style>