Shades of Violet Blue #B05D9A
Tints of Violet Blue #B05D9A
RGB
CMYK
RGB Variations
Color information
#B05D9A (or 0xB05D9A) is known color: Violet Blue. HEX triplet: B0, 5D and 9A. RGB value is (176,93,154). Sum of RGB (Red+Green+Blue) = 176+93+154=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D9A is #4FA265. Grayscale: #7C7C7C. Windows color (decimal): -5218918 or 10116528. OLE color: 10116528.
HSL color Cylindrical-coordinate representation of color #B05D9A: hue angle of 315.9º 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 #B05D9A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 154 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.31 |
| HSL | 315.9º | 0.34% | 0.53% | - |
| HSV(B) | 315.9º | 0.47% | 0.69% | - |
| XYZ | 27.65 | 19.39 | 32.86 | - |
| YUV | 124.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 154 | 0 | 0.47 | 0.12 | 0.31 | 315.9 | 0.34 | 0.53 |
| Hex | B0 | 5D | 9A | 0 | 2F | C | 1F | 13C | 22 | 35 |
| Octal | 260 | 135 | 232 | 0 | 57 | 14 | 37 | 474 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10011010 | 0 | 101111 | 1100 | 11111 | 100111100 | 100010 | 110101 |
Color Harmonies of #B05D9A
Complementary color
Monochromatic Colors of #B05D9A
Black with #B05D9A
Text Example
Text Example
White with #B05D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D9A; }
p { color: rgb(176,93,154); }
H1.HeaderClassName
{
color: #B05D9A;
}
.AnyTagClassName
{
color: #B05D9A;
}
</style>
background-color css
<style>
a { background-color: #B05D9A; }
a { background-color: rgb(176,93,154); }
div.DivClassName
{
background-color: #B05D9A;
}
.BgClassName
{
background-color: #B05D9A;
}
</style>
border-color css
<style>
span { border-color: #B05D9A; }
span { border-color: rgb(176,93,154); }
td.TdClassName
{
border-color: #B05D9A;
}
.TagClassName
{
border-color: #B05D9A;
}
</style>