Shades of Violet Blue #B467AB
Tints of Violet Blue #B467AB
RGB
CMYK
RGB Variations
Color information
#B467AB (or 0xB467AB) is known color: Violet Blue. HEX triplet: B4, 67 and AB. RGB value is (180,103,171). Sum of RGB (Red+Green+Blue) = 180+103+171=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B467AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467AB is #4B9854. Grayscale: #858585. Windows color (decimal): -4954197 or 11233204. OLE color: 11233204.
HSL color Cylindrical-coordinate representation of color #B467AB: hue angle of 307.01º 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 #B467AB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 171 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.29 |
| HSL | 307.01º | 0.34% | 0.55% | - |
| HSV(B) | 307.01º | 0.43% | 0.71% | - |
| XYZ | 31.02 | 22.34 | 41.21 | - |
| YUV | 133.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 171 | 0 | 0.43 | 0.05 | 0.29 | 307.01 | 0.34 | 0.55 |
| Hex | B4 | 67 | AB | 0 | 2B | 5 | 1D | 133 | 22 | 37 |
| Octal | 264 | 147 | 253 | 0 | 53 | 5 | 35 | 463 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10101011 | 0 | 101011 | 101 | 11101 | 100110011 | 100010 | 110111 |
Color Harmonies of #B467AB
Complementary color
Monochromatic Colors of #B467AB
Black with #B467AB
Text Example
Text Example
White with #B467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467AB; }
p { color: rgb(180,103,171); }
H1.HeaderClassName
{
color: #B467AB;
}
.AnyTagClassName
{
color: #B467AB;
}
</style>
background-color css
<style>
a { background-color: #B467AB; }
a { background-color: rgb(180,103,171); }
div.DivClassName
{
background-color: #B467AB;
}
.BgClassName
{
background-color: #B467AB;
}
</style>
border-color css
<style>
span { border-color: #B467AB; }
span { border-color: rgb(180,103,171); }
td.TdClassName
{
border-color: #B467AB;
}
.TagClassName
{
border-color: #B467AB;
}
</style>