Shades of Violet Blue #B468AD
Tints of Violet Blue #B468AD
RGB
CMYK
RGB Variations
Color information
#B468AD (or 0xB468AD) is known color: Violet Blue. HEX triplet: B4, 68 and AD. RGB value is (180,104,173). Sum of RGB (Red+Green+Blue) = 180+104+173=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B468AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468AD is #4B9752. Grayscale: #868686. Windows color (decimal): -4953939 or 11364532. OLE color: 11364532.
HSL color Cylindrical-coordinate representation of color #B468AD: hue angle of 305.53º 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 #B468AD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 173 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.29 |
| HSL | 305.53º | 0.34% | 0.56% | - |
| HSV(B) | 305.53º | 0.42% | 0.71% | - |
| XYZ | 31.32 | 22.62 | 42.25 | - |
| YUV | 134.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 173 | 0 | 0.42 | 0.04 | 0.29 | 305.53 | 0.34 | 0.56 |
| Hex | B4 | 68 | AD | 0 | 2A | 4 | 1D | 132 | 22 | 38 |
| Octal | 264 | 150 | 255 | 0 | 52 | 4 | 35 | 462 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10101101 | 0 | 101010 | 100 | 11101 | 100110010 | 100010 | 111000 |
Color Harmonies of #B468AD
Complementary color
Monochromatic Colors of #B468AD
Black with #B468AD
Text Example
Text Example
White with #B468AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468AD; }
p { color: rgb(180,104,173); }
H1.HeaderClassName
{
color: #B468AD;
}
.AnyTagClassName
{
color: #B468AD;
}
</style>
background-color css
<style>
a { background-color: #B468AD; }
a { background-color: rgb(180,104,173); }
div.DivClassName
{
background-color: #B468AD;
}
.BgClassName
{
background-color: #B468AD;
}
</style>
border-color css
<style>
span { border-color: #B468AD; }
span { border-color: rgb(180,104,173); }
td.TdClassName
{
border-color: #B468AD;
}
.TagClassName
{
border-color: #B468AD;
}
</style>