Shades of Violet Blue #B365A5
Tints of Violet Blue #B365A5
RGB
CMYK
RGB Variations
Color information
#B365A5 (or 0xB365A5) is known color: Violet Blue. HEX triplet: B3, 65 and A5. RGB value is (179,101,165). Sum of RGB (Red+Green+Blue) = 179+101+165=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A5 is #4C9A5A. Grayscale: #838383. Windows color (decimal): -5020251 or 10839475. OLE color: 10839475.
HSL color Cylindrical-coordinate representation of color #B365A5: hue angle of 310.77º 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 #B365A5 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 165 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.30 |
| HSL | 310.77º | 0.34% | 0.55% | - |
| HSV(B) | 310.77º | 0.44% | 0.7% | - |
| XYZ | 30.04 | 21.61 | 38.18 | - |
| YUV | 131.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 165 | 0 | 0.44 | 0.08 | 0.30 | 310.77 | 0.34 | 0.55 |
| Hex | B3 | 65 | A5 | 0 | 2C | 8 | 1E | 137 | 22 | 37 |
| Octal | 263 | 145 | 245 | 0 | 54 | 10 | 36 | 467 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10100101 | 0 | 101100 | 1000 | 11110 | 100110111 | 100010 | 110111 |
Color Harmonies of #B365A5
Complementary color
Monochromatic Colors of #B365A5
Black with #B365A5
Text Example
Text Example
White with #B365A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365A5; }
p { color: rgb(179,101,165); }
H1.HeaderClassName
{
color: #B365A5;
}
.AnyTagClassName
{
color: #B365A5;
}
</style>
background-color css
<style>
a { background-color: #B365A5; }
a { background-color: rgb(179,101,165); }
div.DivClassName
{
background-color: #B365A5;
}
.BgClassName
{
background-color: #B365A5;
}
</style>
border-color css
<style>
span { border-color: #B365A5; }
span { border-color: rgb(179,101,165); }
td.TdClassName
{
border-color: #B365A5;
}
.TagClassName
{
border-color: #B365A5;
}
</style>