Shades of Violet Blue #B365AA
Tints of Violet Blue #B365AA
RGB
CMYK
RGB Variations
Color information
#B365AA (or 0xB365AA) is known color: Violet Blue. HEX triplet: B3, 65 and AA. RGB value is (179,101,170). Sum of RGB (Red+Green+Blue) = 179+101+170=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AA is #4C9A55. Grayscale: #838383. Windows color (decimal): -5020246 or 11167155. OLE color: 11167155.
HSL color Cylindrical-coordinate representation of color #B365AA: hue angle of 306.92º 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 #B365AA is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 170 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.30 |
| HSL | 306.92º | 0.34% | 0.55% | - |
| HSV(B) | 306.92º | 0.44% | 0.7% | - |
| XYZ | 30.5 | 21.79 | 40.63 | - |
| YUV | 132.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 170 | 0 | 0.44 | 0.05 | 0.30 | 306.92 | 0.34 | 0.55 |
| Hex | B3 | 65 | AA | 0 | 2C | 5 | 1E | 133 | 22 | 37 |
| Octal | 263 | 145 | 252 | 0 | 54 | 5 | 36 | 463 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10101010 | 0 | 101100 | 101 | 11110 | 100110011 | 100010 | 110111 |
Color Harmonies of #B365AA
Complementary color
Monochromatic Colors of #B365AA
Black with #B365AA
Text Example
Text Example
White with #B365AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365AA; }
p { color: rgb(179,101,170); }
H1.HeaderClassName
{
color: #B365AA;
}
.AnyTagClassName
{
color: #B365AA;
}
</style>
background-color css
<style>
a { background-color: #B365AA; }
a { background-color: rgb(179,101,170); }
div.DivClassName
{
background-color: #B365AA;
}
.BgClassName
{
background-color: #B365AA;
}
</style>
border-color css
<style>
span { border-color: #B365AA; }
span { border-color: rgb(179,101,170); }
td.TdClassName
{
border-color: #B365AA;
}
.TagClassName
{
border-color: #B365AA;
}
</style>