Shades of Violet Blue #B365AF
Tints of Violet Blue #B365AF
RGB
CMYK
RGB Variations
Color information
#B365AF (or 0xB365AF) is known color: Violet Blue. HEX triplet: B3, 65 and AF. RGB value is (179,101,175). Sum of RGB (Red+Green+Blue) = 179+101+175=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AF is #4C9A50. Grayscale: #848484. Windows color (decimal): -5020241 or 11494835. OLE color: 11494835.
HSL color Cylindrical-coordinate representation of color #B365AF: hue angle of 303.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 #B365AF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 175 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.30 |
| HSL | 303.08º | 0.34% | 0.55% | - |
| HSV(B) | 303.08º | 0.44% | 0.7% | - |
| XYZ | 30.98 | 21.99 | 43.17 | - |
| YUV | 132.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 175 | 0 | 0.44 | 0.02 | 0.30 | 303.08 | 0.34 | 0.55 |
| Hex | B3 | 65 | AF | 0 | 2C | 2 | 1E | 12F | 22 | 37 |
| Octal | 263 | 145 | 257 | 0 | 54 | 2 | 36 | 457 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10101111 | 0 | 101100 | 10 | 11110 | 100101111 | 100010 | 110111 |
Color Harmonies of #B365AF
Complementary color
Monochromatic Colors of #B365AF
Black with #B365AF
Text Example
Text Example
White with #B365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365AF; }
p { color: rgb(179,101,175); }
H1.HeaderClassName
{
color: #B365AF;
}
.AnyTagClassName
{
color: #B365AF;
}
</style>
background-color css
<style>
a { background-color: #B365AF; }
a { background-color: rgb(179,101,175); }
div.DivClassName
{
background-color: #B365AF;
}
.BgClassName
{
background-color: #B365AF;
}
</style>
border-color css
<style>
span { border-color: #B365AF; }
span { border-color: rgb(179,101,175); }
td.TdClassName
{
border-color: #B365AF;
}
.TagClassName
{
border-color: #B365AF;
}
</style>