Shades of Violet Blue #B05A9C
Tints of Violet Blue #B05A9C
RGB
CMYK
RGB Variations
Color information
#B05A9C (or 0xB05A9C) is known color: Violet Blue. HEX triplet: B0, 5A and 9C. RGB value is (176,90,156). Sum of RGB (Red+Green+Blue) = 176+90+156=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A9C is #4FA563. Grayscale: #7B7B7B. Windows color (decimal): -5219684 or 10246832. OLE color: 10246832.
HSL color Cylindrical-coordinate representation of color #B05A9C: hue angle of 313.95º 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 #B05A9C is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 156 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.31 |
| HSL | 313.95º | 0.35% | 0.52% | - |
| HSV(B) | 313.95º | 0.49% | 0.69% | - |
| XYZ | 27.56 | 18.94 | 33.66 | - |
| YUV | 123.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 156 | 0 | 0.49 | 0.11 | 0.31 | 313.95 | 0.35 | 0.52 |
| Hex | B0 | 5A | 9C | 0 | 31 | B | 1F | 13A | 23 | 34 |
| Octal | 260 | 132 | 234 | 0 | 61 | 13 | 37 | 472 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10011100 | 0 | 110001 | 1011 | 11111 | 100111010 | 100011 | 110100 |
Color Harmonies of #B05A9C
Complementary color
Monochromatic Colors of #B05A9C
Black with #B05A9C
Text Example
Text Example
White with #B05A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A9C; }
p { color: rgb(176,90,156); }
H1.HeaderClassName
{
color: #B05A9C;
}
.AnyTagClassName
{
color: #B05A9C;
}
</style>
background-color css
<style>
a { background-color: #B05A9C; }
a { background-color: rgb(176,90,156); }
div.DivClassName
{
background-color: #B05A9C;
}
.BgClassName
{
background-color: #B05A9C;
}
</style>
border-color css
<style>
span { border-color: #B05A9C; }
span { border-color: rgb(176,90,156); }
td.TdClassName
{
border-color: #B05A9C;
}
.TagClassName
{
border-color: #B05A9C;
}
</style>