Shades of Violet Blue #B867A9
Tints of Violet Blue #B867A9
RGB
CMYK
RGB Variations
Color information
#B867A9 (or 0xB867A9) is known color: Violet Blue. HEX triplet: B8, 67 and A9. RGB value is (184,103,169). Sum of RGB (Red+Green+Blue) = 184+103+169=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B867A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B867A9 is #479856. Grayscale: #868686. Windows color (decimal): -4692055 or 11102136. OLE color: 11102136.
HSL color Cylindrical-coordinate representation of color #B867A9: hue angle of 311.11º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B867A9 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 169 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.28 |
| HSL | 311.11º | 0.36% | 0.56% | - |
| HSV(B) | 311.11º | 0.44% | 0.72% | - |
| XYZ | 31.78 | 22.76 | 40.25 | - |
| YUV | 134.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 169 | 0 | 0.44 | 0.08 | 0.28 | 311.11 | 0.36 | 0.56 |
| Hex | B8 | 67 | A9 | 0 | 2C | 8 | 1C | 137 | 24 | 38 |
| Octal | 270 | 147 | 251 | 0 | 54 | 10 | 34 | 467 | 44 | 70 |
| Binary | 10111000 | 1100111 | 10101001 | 0 | 101100 | 1000 | 11100 | 100110111 | 100100 | 111000 |
Color Harmonies of #B867A9
Complementary color
Monochromatic Colors of #B867A9
Black with #B867A9
Text Example
Text Example
White with #B867A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B867A9; }
p { color: rgb(184,103,169); }
H1.HeaderClassName
{
color: #B867A9;
}
.AnyTagClassName
{
color: #B867A9;
}
</style>
background-color css
<style>
a { background-color: #B867A9; }
a { background-color: rgb(184,103,169); }
div.DivClassName
{
background-color: #B867A9;
}
.BgClassName
{
background-color: #B867A9;
}
</style>
border-color css
<style>
span { border-color: #B867A9; }
span { border-color: rgb(184,103,169); }
td.TdClassName
{
border-color: #B867A9;
}
.TagClassName
{
border-color: #B867A9;
}
</style>