Shades of Violet Blue #B365A2
Tints of Violet Blue #B365A2
RGB
CMYK
RGB Variations
Color information
#B365A2 (or 0xB365A2) is known color: Violet Blue. HEX triplet: B3, 65 and A2. RGB value is (179,101,162). Sum of RGB (Red+Green+Blue) = 179+101+162=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A2 is #4C9A5D. Grayscale: #838383. Windows color (decimal): -5020254 or 10642867. OLE color: 10642867.
HSL color Cylindrical-coordinate representation of color #B365A2: hue angle of 313.08º 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 #B365A2 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 162 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.30 |
| HSL | 313.08º | 0.34% | 0.55% | - |
| HSV(B) | 313.08º | 0.44% | 0.7% | - |
| XYZ | 29.77 | 21.5 | 36.76 | - |
| YUV | 131.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 162 | 0 | 0.44 | 0.09 | 0.30 | 313.08 | 0.34 | 0.55 |
| Hex | B3 | 65 | A2 | 0 | 2C | 9 | 1E | 139 | 22 | 37 |
| Octal | 263 | 145 | 242 | 0 | 54 | 11 | 36 | 471 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10100010 | 0 | 101100 | 1001 | 11110 | 100111001 | 100010 | 110111 |
Color Harmonies of #B365A2
Complementary color
Monochromatic Colors of #B365A2
Black with #B365A2
Text Example
Text Example
White with #B365A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365A2; }
p { color: rgb(179,101,162); }
H1.HeaderClassName
{
color: #B365A2;
}
.AnyTagClassName
{
color: #B365A2;
}
</style>
background-color css
<style>
a { background-color: #B365A2; }
a { background-color: rgb(179,101,162); }
div.DivClassName
{
background-color: #B365A2;
}
.BgClassName
{
background-color: #B365A2;
}
</style>
border-color css
<style>
span { border-color: #B365A2; }
span { border-color: rgb(179,101,162); }
td.TdClassName
{
border-color: #B365A2;
}
.TagClassName
{
border-color: #B365A2;
}
</style>