Shades of Violet Blue #B05DAC
Tints of Violet Blue #B05DAC
RGB
CMYK
RGB Variations
Color information
#B05DAC (or 0xB05DAC) is known color: Violet Blue. HEX triplet: B0, 5D and AC. RGB value is (176,93,172). Sum of RGB (Red+Green+Blue) = 176+93+172=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DAC is #4FA253. Grayscale: #7E7E7E. Windows color (decimal): -5218900 or 11296176. OLE color: 11296176.
HSL color Cylindrical-coordinate representation of color #B05DAC: hue angle of 302.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05DAC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 172 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.31 |
| HSL | 302.89º | 0.34% | 0.53% | - |
| HSV(B) | 302.89º | 0.47% | 0.69% | - |
| XYZ | 29.27 | 20.04 | 41.35 | - |
| YUV | 126.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 172 | 0 | 0.47 | 0.02 | 0.31 | 302.89 | 0.34 | 0.53 |
| Hex | B0 | 5D | AC | 0 | 2F | 2 | 1F | 12F | 22 | 35 |
| Octal | 260 | 135 | 254 | 0 | 57 | 2 | 37 | 457 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10101100 | 0 | 101111 | 10 | 11111 | 100101111 | 100010 | 110101 |
Color Harmonies of #B05DAC
Complementary color
Monochromatic Colors of #B05DAC
Black with #B05DAC
Text Example
Text Example
White with #B05DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DAC; }
p { color: rgb(176,93,172); }
H1.HeaderClassName
{
color: #B05DAC;
}
.AnyTagClassName
{
color: #B05DAC;
}
</style>
background-color css
<style>
a { background-color: #B05DAC; }
a { background-color: rgb(176,93,172); }
div.DivClassName
{
background-color: #B05DAC;
}
.BgClassName
{
background-color: #B05DAC;
}
</style>
border-color css
<style>
span { border-color: #B05DAC; }
span { border-color: rgb(176,93,172); }
td.TdClassName
{
border-color: #B05DAC;
}
.TagClassName
{
border-color: #B05DAC;
}
</style>