Shades of Violet Blue #B15DA0
Tints of Violet Blue #B15DA0
RGB
CMYK
RGB Variations
Color information
#B15DA0 (or 0xB15DA0) is known color: Violet Blue. HEX triplet: B1, 5D and A0. RGB value is (177,93,160). Sum of RGB (Red+Green+Blue) = 177+93+160=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DA0 is #4EA25F. Grayscale: #7D7D7D. Windows color (decimal): -5153376 or 10509745. OLE color: 10509745.
HSL color Cylindrical-coordinate representation of color #B15DA0: hue angle of 312.14º 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 #B15DA0 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 160 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.31 |
| HSL | 312.14º | 0.35% | 0.53% | - |
| HSV(B) | 312.14º | 0.47% | 0.69% | - |
| XYZ | 28.39 | 19.71 | 35.57 | - |
| YUV | 125.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 160 | 0 | 0.47 | 0.10 | 0.31 | 312.14 | 0.35 | 0.53 |
| Hex | B1 | 5D | A0 | 0 | 2F | A | 1F | 138 | 23 | 35 |
| Octal | 261 | 135 | 240 | 0 | 57 | 12 | 37 | 470 | 43 | 65 |
| Binary | 10110001 | 1011101 | 10100000 | 0 | 101111 | 1010 | 11111 | 100111000 | 100011 | 110101 |
Color Harmonies of #B15DA0
Complementary color
Monochromatic Colors of #B15DA0
Black with #B15DA0
Text Example
Text Example
White with #B15DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DA0; }
p { color: rgb(177,93,160); }
H1.HeaderClassName
{
color: #B15DA0;
}
.AnyTagClassName
{
color: #B15DA0;
}
</style>
background-color css
<style>
a { background-color: #B15DA0; }
a { background-color: rgb(177,93,160); }
div.DivClassName
{
background-color: #B15DA0;
}
.BgClassName
{
background-color: #B15DA0;
}
</style>
border-color css
<style>
span { border-color: #B15DA0; }
span { border-color: rgb(177,93,160); }
td.TdClassName
{
border-color: #B15DA0;
}
.TagClassName
{
border-color: #B15DA0;
}
</style>