Shades of Violet Blue #B05A9B
Tints of Violet Blue #B05A9B
RGB
CMYK
RGB Variations
Color information
#B05A9B (or 0xB05A9B) is known color: Violet Blue. HEX triplet: B0, 5A and 9B. RGB value is (176,90,155). Sum of RGB (Red+Green+Blue) = 176+90+155=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A9B is #4FA564. Grayscale: #7A7A7A. Windows color (decimal): -5219685 or 10181296. OLE color: 10181296.
HSL color Cylindrical-coordinate representation of color #B05A9B: hue angle of 314.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A9B is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 155 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.31 |
| HSL | 314.65º | 0.35% | 0.52% | - |
| HSV(B) | 314.65º | 0.49% | 0.69% | - |
| XYZ | 27.48 | 18.91 | 33.21 | - |
| YUV | 123.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 155 | 0 | 0.49 | 0.12 | 0.31 | 314.65 | 0.35 | 0.52 |
| Hex | B0 | 5A | 9B | 0 | 31 | C | 1F | 13B | 23 | 34 |
| Octal | 260 | 132 | 233 | 0 | 61 | 14 | 37 | 473 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10011011 | 0 | 110001 | 1100 | 11111 | 100111011 | 100011 | 110100 |
Color Harmonies of #B05A9B
Complementary color
Monochromatic Colors of #B05A9B
Black with #B05A9B
Text Example
Text Example
White with #B05A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A9B; }
p { color: rgb(176,90,155); }
H1.HeaderClassName
{
color: #B05A9B;
}
.AnyTagClassName
{
color: #B05A9B;
}
</style>
background-color css
<style>
a { background-color: #B05A9B; }
a { background-color: rgb(176,90,155); }
div.DivClassName
{
background-color: #B05A9B;
}
.BgClassName
{
background-color: #B05A9B;
}
</style>
border-color css
<style>
span { border-color: #B05A9B; }
span { border-color: rgb(176,90,155); }
td.TdClassName
{
border-color: #B05A9B;
}
.TagClassName
{
border-color: #B05A9B;
}
</style>