Shades of Violet Blue #B468AB
Tints of Violet Blue #B468AB
RGB
CMYK
RGB Variations
Color information
#B468AB (or 0xB468AB) is known color: Violet Blue. HEX triplet: B4, 68 and AB. RGB value is (180,104,171). Sum of RGB (Red+Green+Blue) = 180+104+171=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B468AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468AB is #4B9754. Grayscale: #868686. Windows color (decimal): -4953941 or 11233460. OLE color: 11233460.
HSL color Cylindrical-coordinate representation of color #B468AB: hue angle of 307.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B468AB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 171 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.29 |
| HSL | 307.11º | 0.34% | 0.56% | - |
| HSV(B) | 307.11º | 0.42% | 0.71% | - |
| XYZ | 31.12 | 22.54 | 41.24 | - |
| YUV | 134.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 171 | 0 | 0.42 | 0.05 | 0.29 | 307.11 | 0.34 | 0.56 |
| Hex | B4 | 68 | AB | 0 | 2A | 5 | 1D | 133 | 22 | 38 |
| Octal | 264 | 150 | 253 | 0 | 52 | 5 | 35 | 463 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10101011 | 0 | 101010 | 101 | 11101 | 100110011 | 100010 | 111000 |
Color Harmonies of #B468AB
Complementary color
Monochromatic Colors of #B468AB
Black with #B468AB
Text Example
Text Example
White with #B468AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468AB; }
p { color: rgb(180,104,171); }
H1.HeaderClassName
{
color: #B468AB;
}
.AnyTagClassName
{
color: #B468AB;
}
</style>
background-color css
<style>
a { background-color: #B468AB; }
a { background-color: rgb(180,104,171); }
div.DivClassName
{
background-color: #B468AB;
}
.BgClassName
{
background-color: #B468AB;
}
</style>
border-color css
<style>
span { border-color: #B468AB; }
span { border-color: rgb(180,104,171); }
td.TdClassName
{
border-color: #B468AB;
}
.TagClassName
{
border-color: #B468AB;
}
</style>