Shades of Violet Blue #B05D9B
Tints of Violet Blue #B05D9B
RGB
CMYK
RGB Variations
Color information
#B05D9B (or 0xB05D9B) is known color: Violet Blue. HEX triplet: B0, 5D and 9B. RGB value is (176,93,155). Sum of RGB (Red+Green+Blue) = 176+93+155=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D9B is #4FA264. Grayscale: #7C7C7C. Windows color (decimal): -5218917 or 10182064. OLE color: 10182064.
HSL color Cylindrical-coordinate representation of color #B05D9B: hue angle of 315.18º 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 #B05D9B is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 155 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.31 |
| HSL | 315.18º | 0.34% | 0.53% | - |
| HSV(B) | 315.18º | 0.47% | 0.69% | - |
| XYZ | 27.74 | 19.43 | 33.3 | - |
| YUV | 124.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 155 | 0 | 0.47 | 0.12 | 0.31 | 315.18 | 0.34 | 0.53 |
| Hex | B0 | 5D | 9B | 0 | 2F | C | 1F | 13B | 22 | 35 |
| Octal | 260 | 135 | 233 | 0 | 57 | 14 | 37 | 473 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10011011 | 0 | 101111 | 1100 | 11111 | 100111011 | 100010 | 110101 |
Color Harmonies of #B05D9B
Complementary color
Monochromatic Colors of #B05D9B
Black with #B05D9B
Text Example
Text Example
White with #B05D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D9B; }
p { color: rgb(176,93,155); }
H1.HeaderClassName
{
color: #B05D9B;
}
.AnyTagClassName
{
color: #B05D9B;
}
</style>
background-color css
<style>
a { background-color: #B05D9B; }
a { background-color: rgb(176,93,155); }
div.DivClassName
{
background-color: #B05D9B;
}
.BgClassName
{
background-color: #B05D9B;
}
</style>
border-color css
<style>
span { border-color: #B05D9B; }
span { border-color: rgb(176,93,155); }
td.TdClassName
{
border-color: #B05D9B;
}
.TagClassName
{
border-color: #B05D9B;
}
</style>