Shades of Violet Blue #B15DAC
Tints of Violet Blue #B15DAC
RGB
CMYK
RGB Variations
Color information
#B15DAC (or 0xB15DAC) is known color: Violet Blue. HEX triplet: B1, 5D and AC. RGB value is (177,93,172). Sum of RGB (Red+Green+Blue) = 177+93+172=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DAC is #4EA253. Grayscale: #7E7E7E. Windows color (decimal): -5153364 or 11296177. OLE color: 11296177.
HSL color Cylindrical-coordinate representation of color #B15DAC: hue angle of 303.57º degrees, saturation: 0.35, 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 #B15DAC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 172 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.31 |
| HSL | 303.57º | 0.35% | 0.53% | - |
| HSV(B) | 303.57º | 0.47% | 0.69% | - |
| XYZ | 29.49 | 20.15 | 41.37 | - |
| YUV | 127.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 172 | 0 | 0.47 | 0.03 | 0.31 | 303.57 | 0.35 | 0.53 |
| Hex | B1 | 5D | AC | 0 | 2F | 3 | 1F | 130 | 23 | 35 |
| Octal | 261 | 135 | 254 | 0 | 57 | 3 | 37 | 460 | 43 | 65 |
| Binary | 10110001 | 1011101 | 10101100 | 0 | 101111 | 11 | 11111 | 100110000 | 100011 | 110101 |
Color Harmonies of #B15DAC
Complementary color
Monochromatic Colors of #B15DAC
Black with #B15DAC
Text Example
Text Example
White with #B15DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DAC; }
p { color: rgb(177,93,172); }
H1.HeaderClassName
{
color: #B15DAC;
}
.AnyTagClassName
{
color: #B15DAC;
}
</style>
background-color css
<style>
a { background-color: #B15DAC; }
a { background-color: rgb(177,93,172); }
div.DivClassName
{
background-color: #B15DAC;
}
.BgClassName
{
background-color: #B15DAC;
}
</style>
border-color css
<style>
span { border-color: #B15DAC; }
span { border-color: rgb(177,93,172); }
td.TdClassName
{
border-color: #B15DAC;
}
.TagClassName
{
border-color: #B15DAC;
}
</style>