Shades of Violet Blue #B967AB
Tints of Violet Blue #B967AB
RGB
CMYK
RGB Variations
Color information
#B967AB (or 0xB967AB) is known color: Violet Blue. HEX triplet: B9, 67 and AB. RGB value is (185,103,171). Sum of RGB (Red+Green+Blue) = 185+103+171=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B967AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967AB is #469854. Grayscale: #878787. Windows color (decimal): -4626517 or 11233209. OLE color: 11233209.
HSL color Cylindrical-coordinate representation of color #B967AB: hue angle of 310.24º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967AB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 171 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 310.24º | 0.37% | 0.56% | - |
| HSV(B) | 310.24º | 0.44% | 0.73% | - |
| XYZ | 32.21 | 22.96 | 41.26 | - |
| YUV | 135.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 171 | 0 | 0.44 | 0.08 | 0.27 | 310.24 | 0.37 | 0.56 |
| Hex | B9 | 67 | AB | 0 | 2C | 8 | 1B | 136 | 25 | 38 |
| Octal | 271 | 147 | 253 | 0 | 54 | 10 | 33 | 466 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10101011 | 0 | 101100 | 1000 | 11011 | 100110110 | 100101 | 111000 |
Color Harmonies of #B967AB
Complementary color
Monochromatic Colors of #B967AB
Black with #B967AB
Text Example
Text Example
White with #B967AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967AB; }
p { color: rgb(185,103,171); }
H1.HeaderClassName
{
color: #B967AB;
}
.AnyTagClassName
{
color: #B967AB;
}
</style>
background-color css
<style>
a { background-color: #B967AB; }
a { background-color: rgb(185,103,171); }
div.DivClassName
{
background-color: #B967AB;
}
.BgClassName
{
background-color: #B967AB;
}
</style>
border-color css
<style>
span { border-color: #B967AB; }
span { border-color: rgb(185,103,171); }
td.TdClassName
{
border-color: #B967AB;
}
.TagClassName
{
border-color: #B967AB;
}
</style>