Shades of Violet Blue #B365A4
Tints of Violet Blue #B365A4
RGB
CMYK
RGB Variations
Color information
#B365A4 (or 0xB365A4) is known color: Violet Blue. HEX triplet: B3, 65 and A4. RGB value is (179,101,164). Sum of RGB (Red+Green+Blue) = 179+101+164=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A4 is #4C9A5B. Grayscale: #838383. Windows color (decimal): -5020252 or 10773939. OLE color: 10773939.
HSL color Cylindrical-coordinate representation of color #B365A4: hue angle of 311.54º 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 #B365A4 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 164 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.30 |
| HSL | 311.54º | 0.34% | 0.55% | - |
| HSV(B) | 311.54º | 0.44% | 0.7% | - |
| XYZ | 29.94 | 21.57 | 37.71 | - |
| YUV | 131.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 164 | 0 | 0.44 | 0.08 | 0.30 | 311.54 | 0.34 | 0.55 |
| Hex | B3 | 65 | A4 | 0 | 2C | 8 | 1E | 138 | 22 | 37 |
| Octal | 263 | 145 | 244 | 0 | 54 | 10 | 36 | 470 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10100100 | 0 | 101100 | 1000 | 11110 | 100111000 | 100010 | 110111 |
Color Harmonies of #B365A4
Complementary color
Monochromatic Colors of #B365A4
Black with #B365A4
Text Example
Text Example
White with #B365A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365A4; }
p { color: rgb(179,101,164); }
H1.HeaderClassName
{
color: #B365A4;
}
.AnyTagClassName
{
color: #B365A4;
}
</style>
background-color css
<style>
a { background-color: #B365A4; }
a { background-color: rgb(179,101,164); }
div.DivClassName
{
background-color: #B365A4;
}
.BgClassName
{
background-color: #B365A4;
}
</style>
border-color css
<style>
span { border-color: #B365A4; }
span { border-color: rgb(179,101,164); }
td.TdClassName
{
border-color: #B365A4;
}
.TagClassName
{
border-color: #B365A4;
}
</style>