Shades of Violet Blue #B05FAE
Tints of Violet Blue #B05FAE
RGB
CMYK
RGB Variations
Color information
#B05FAE (or 0xB05FAE) is known color: Violet Blue. HEX triplet: B0, 5F and AE. RGB value is (176,95,174). Sum of RGB (Red+Green+Blue) = 176+95+174=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B05FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05FAE is #4FA051. Grayscale: #7F7F7F. Windows color (decimal): -5218386 or 11427760. OLE color: 11427760.
HSL color Cylindrical-coordinate representation of color #B05FAE: hue angle of 301.48º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05FAE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 95 | 174 | - |
CMYK | 0 | 0.46 | 0.01 | 0.31 |
HSL | 301.48º | 0.34% | 0.53% | - |
HSV(B) | 301.48º | 0.46% | 0.69% | - |
XYZ | 29.64 | 20.47 | 42.43 | - |
YUV | 128.23 | 153.84 | 162.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 95 | 174 | 0 | 0.46 | 0.01 | 0.31 | 301.48 | 0.34 | 0.53 |
Hex | B0 | 5F | AE | 0 | 2E | 1 | 1F | 12D | 22 | 35 |
Octal | 260 | 137 | 256 | 0 | 56 | 1 | 37 | 455 | 42 | 65 |
Binary | 10110000 | 1011111 | 10101110 | 0 | 101110 | 1 | 11111 | 100101101 | 100010 | 110101 |
Color Harmonies of #B05FAE
Complementary color
Monochromatic Colors of #B05FAE
Black with #B05FAE
Text Example
Text Example
White with #B05FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FAE; }
p { color: rgb(176,95,174); }
H1.HeaderClassName
{
color: #B05FAE;
}
.AnyTagClassName
{
color: #B05FAE;
}
</style>
background-color css
<style>
a { background-color: #B05FAE; }
a { background-color: rgb(176,95,174); }
div.DivClassName
{
background-color: #B05FAE;
}
.BgClassName
{
background-color: #B05FAE;
}
</style>
border-color css
<style>
span { border-color: #B05FAE; }
span { border-color: rgb(176,95,174); }
td.TdClassName
{
border-color: #B05FAE;
}
.TagClassName
{
border-color: #B05FAE;
}
</style>