Shades of Violet Blue #B067AA
Tints of Violet Blue #B067AA
RGB
CMYK
RGB Variations
Color information
#B067AA (or 0xB067AA) is known color: Violet Blue. HEX triplet: B0, 67 and AA. RGB value is (176,103,170). Sum of RGB (Red+Green+Blue) = 176+103+170=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B067AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B067AA is #4F9855. Grayscale: #848484. Windows color (decimal): -5216342 or 11167664. OLE color: 11167664.
HSL color Cylindrical-coordinate representation of color #B067AA: hue angle of 304.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B067AA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 170 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.31 |
| HSL | 304.93º | 0.32% | 0.55% | - |
| HSV(B) | 304.93º | 0.41% | 0.69% | - |
| XYZ | 30.01 | 21.83 | 40.66 | - |
| YUV | 132.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 170 | 0 | 0.41 | 0.03 | 0.31 | 304.93 | 0.32 | 0.55 |
| Hex | B0 | 67 | AA | 0 | 29 | 3 | 1F | 131 | 20 | 37 |
| Octal | 260 | 147 | 252 | 0 | 51 | 3 | 37 | 461 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10101010 | 0 | 101001 | 11 | 11111 | 100110001 | 100000 | 110111 |
Color Harmonies of #B067AA
Complementary color
Monochromatic Colors of #B067AA
Black with #B067AA
Text Example
Text Example
White with #B067AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067AA; }
p { color: rgb(176,103,170); }
H1.HeaderClassName
{
color: #B067AA;
}
.AnyTagClassName
{
color: #B067AA;
}
</style>
background-color css
<style>
a { background-color: #B067AA; }
a { background-color: rgb(176,103,170); }
div.DivClassName
{
background-color: #B067AA;
}
.BgClassName
{
background-color: #B067AA;
}
</style>
border-color css
<style>
span { border-color: #B067AA; }
span { border-color: rgb(176,103,170); }
td.TdClassName
{
border-color: #B067AA;
}
.TagClassName
{
border-color: #B067AA;
}
</style>