Shades of Violet Blue #B369AB
Tints of Violet Blue #B369AB
RGB
CMYK
RGB Variations
Color information
#B369AB (or 0xB369AB) is known color: Violet Blue. HEX triplet: B3, 69 and AB. RGB value is (179,105,171). Sum of RGB (Red+Green+Blue) = 179+105+171=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B369AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369AB is #4C9654. Grayscale: #868686. Windows color (decimal): -5019221 or 11233715. OLE color: 11233715.
HSL color Cylindrical-coordinate representation of color #B369AB: hue angle of 306.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B369AB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 171 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.30 |
| HSL | 306.49º | 0.33% | 0.56% | - |
| HSV(B) | 306.49º | 0.41% | 0.7% | - |
| XYZ | 30.99 | 22.63 | 41.26 | - |
| YUV | 134.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 171 | 0 | 0.41 | 0.04 | 0.30 | 306.49 | 0.33 | 0.56 |
| Hex | B3 | 69 | AB | 0 | 29 | 4 | 1E | 132 | 21 | 38 |
| Octal | 263 | 151 | 253 | 0 | 51 | 4 | 36 | 462 | 41 | 70 |
| Binary | 10110011 | 1101001 | 10101011 | 0 | 101001 | 100 | 11110 | 100110010 | 100001 | 111000 |
Color Harmonies of #B369AB
Complementary color
Monochromatic Colors of #B369AB
Black with #B369AB
Text Example
Text Example
White with #B369AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369AB; }
p { color: rgb(179,105,171); }
H1.HeaderClassName
{
color: #B369AB;
}
.AnyTagClassName
{
color: #B369AB;
}
</style>
background-color css
<style>
a { background-color: #B369AB; }
a { background-color: rgb(179,105,171); }
div.DivClassName
{
background-color: #B369AB;
}
.BgClassName
{
background-color: #B369AB;
}
</style>
border-color css
<style>
span { border-color: #B369AB; }
span { border-color: rgb(179,105,171); }
td.TdClassName
{
border-color: #B369AB;
}
.TagClassName
{
border-color: #B369AB;
}
</style>