Shades of Violet Blue #B368AF
Tints of Violet Blue #B368AF
RGB
CMYK
RGB Variations
Color information
#B368AF (or 0xB368AF) is known color: Violet Blue. HEX triplet: B3, 68 and AF. RGB value is (179,104,175). Sum of RGB (Red+Green+Blue) = 179+104+175=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B368AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368AF is #4C9750. Grayscale: #868686. Windows color (decimal): -5019473 or 11495603. OLE color: 11495603.
HSL color Cylindrical-coordinate representation of color #B368AF: hue angle of 303.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B368AF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 175 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.30 |
| HSL | 303.2º | 0.33% | 0.55% | - |
| HSV(B) | 303.2º | 0.42% | 0.7% | - |
| XYZ | 31.28 | 22.58 | 43.27 | - |
| YUV | 134.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 175 | 0 | 0.42 | 0.02 | 0.30 | 303.2 | 0.33 | 0.55 |
| Hex | B3 | 68 | AF | 0 | 2A | 2 | 1E | 12F | 21 | 37 |
| Octal | 263 | 150 | 257 | 0 | 52 | 2 | 36 | 457 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10101111 | 0 | 101010 | 10 | 11110 | 100101111 | 100001 | 110111 |
Color Harmonies of #B368AF
Complementary color
Monochromatic Colors of #B368AF
Black with #B368AF
Text Example
Text Example
White with #B368AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B368AF; }
p { color: rgb(179,104,175); }
H1.HeaderClassName
{
color: #B368AF;
}
.AnyTagClassName
{
color: #B368AF;
}
</style>
background-color css
<style>
a { background-color: #B368AF; }
a { background-color: rgb(179,104,175); }
div.DivClassName
{
background-color: #B368AF;
}
.BgClassName
{
background-color: #B368AF;
}
</style>
border-color css
<style>
span { border-color: #B368AF; }
span { border-color: rgb(179,104,175); }
td.TdClassName
{
border-color: #B368AF;
}
.TagClassName
{
border-color: #B368AF;
}
</style>