Shades of Violet Blue #B467AD
Tints of Violet Blue #B467AD
RGB
CMYK
RGB Variations
Color information
#B467AD (or 0xB467AD) is known color: Violet Blue. HEX triplet: B4, 67 and AD. RGB value is (180,103,173). Sum of RGB (Red+Green+Blue) = 180+103+173=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B467AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467AD is #4B9852. Grayscale: #858585. Windows color (decimal): -4954195 or 11364276. OLE color: 11364276.
HSL color Cylindrical-coordinate representation of color #B467AD: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B467AD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 173 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.29 |
| HSL | 305.45º | 0.34% | 0.55% | - |
| HSV(B) | 305.45º | 0.43% | 0.71% | - |
| XYZ | 31.22 | 22.42 | 42.22 | - |
| YUV | 134 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 173 | 0 | 0.43 | 0.04 | 0.29 | 305.45 | 0.34 | 0.55 |
| Hex | B4 | 67 | AD | 0 | 2B | 4 | 1D | 131 | 22 | 37 |
| Octal | 264 | 147 | 255 | 0 | 53 | 4 | 35 | 461 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10101101 | 0 | 101011 | 100 | 11101 | 100110001 | 100010 | 110111 |
Color Harmonies of #B467AD
Complementary color
Monochromatic Colors of #B467AD
Black with #B467AD
Text Example
Text Example
White with #B467AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467AD; }
p { color: rgb(180,103,173); }
H1.HeaderClassName
{
color: #B467AD;
}
.AnyTagClassName
{
color: #B467AD;
}
</style>
background-color css
<style>
a { background-color: #B467AD; }
a { background-color: rgb(180,103,173); }
div.DivClassName
{
background-color: #B467AD;
}
.BgClassName
{
background-color: #B467AD;
}
</style>
border-color css
<style>
span { border-color: #B467AD; }
span { border-color: rgb(180,103,173); }
td.TdClassName
{
border-color: #B467AD;
}
.TagClassName
{
border-color: #B467AD;
}
</style>