Shades of Violet Blue #B05A9D
Tints of Violet Blue #B05A9D
RGB
CMYK
RGB Variations
Color information
#B05A9D (or 0xB05A9D) is known color: Violet Blue. HEX triplet: B0, 5A and 9D. RGB value is (176,90,157). Sum of RGB (Red+Green+Blue) = 176+90+157=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A9D is #4FA562. Grayscale: #7B7B7B. Windows color (decimal): -5219683 or 10312368. OLE color: 10312368.
HSL color Cylindrical-coordinate representation of color #B05A9D: hue angle of 313.26º 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 #B05A9D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 157 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.31 |
| HSL | 313.26º | 0.35% | 0.52% | - |
| HSV(B) | 313.26º | 0.49% | 0.69% | - |
| XYZ | 27.65 | 18.98 | 34.1 | - |
| YUV | 123.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 157 | 0 | 0.49 | 0.11 | 0.31 | 313.26 | 0.35 | 0.52 |
| Hex | B0 | 5A | 9D | 0 | 31 | B | 1F | 139 | 23 | 34 |
| Octal | 260 | 132 | 235 | 0 | 61 | 13 | 37 | 471 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10011101 | 0 | 110001 | 1011 | 11111 | 100111001 | 100011 | 110100 |
Color Harmonies of #B05A9D
Complementary color
Monochromatic Colors of #B05A9D
Black with #B05A9D
Text Example
Text Example
White with #B05A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A9D; }
p { color: rgb(176,90,157); }
H1.HeaderClassName
{
color: #B05A9D;
}
.AnyTagClassName
{
color: #B05A9D;
}
</style>
background-color css
<style>
a { background-color: #B05A9D; }
a { background-color: rgb(176,90,157); }
div.DivClassName
{
background-color: #B05A9D;
}
.BgClassName
{
background-color: #B05A9D;
}
</style>
border-color css
<style>
span { border-color: #B05A9D; }
span { border-color: rgb(176,90,157); }
td.TdClassName
{
border-color: #B05A9D;
}
.TagClassName
{
border-color: #B05A9D;
}
</style>