Shades of Violet Blue #B05EB0
Tints of Violet Blue #B05EB0
RGB
CMYK
RGB Variations
Color information
#B05EB0 (or 0xB05EB0) is known color: Violet Blue. HEX triplet: B0, 5E and B0. RGB value is (176,94,176). Sum of RGB (Red+Green+Blue) = 176+94+176=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B05EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05EB0 is #4FA14F. Grayscale: #7F7F7F. Windows color (decimal): -5218640 or 11558576. OLE color: 11558576.
HSL color Cylindrical-coordinate representation of color #B05EB0: hue angle of 300º 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 #B05EB0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 94 | 176 | - |
CMYK | 0 | 0.47 | 0 | 0.31 |
HSL | 300º | 0.34% | 0.53% | - |
HSV(B) | 300º | 0.47% | 0.69% | - |
XYZ | 29.74 | 20.37 | 43.44 | - |
YUV | 127.87 | 155.17 | 162.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 94 | 176 | 0 | 0.47 | 0 | 0.31 | 300 | 0.34 | 0.53 |
Hex | B0 | 5E | B0 | 0 | 2F | 0 | 1F | 12C | 22 | 35 |
Octal | 260 | 136 | 260 | 0 | 57 | 0 | 37 | 454 | 42 | 65 |
Binary | 10110000 | 1011110 | 10110000 | 0 | 101111 | 0 | 11111 | 100101100 | 100010 | 110101 |
Color Harmonies of #B05EB0
Complementary color
Monochromatic Colors of #B05EB0
Black with #B05EB0
Text Example
Text Example
White with #B05EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EB0; }
p { color: rgb(176,94,176); }
H1.HeaderClassName
{
color: #B05EB0;
}
.AnyTagClassName
{
color: #B05EB0;
}
</style>
background-color css
<style>
a { background-color: #B05EB0; }
a { background-color: rgb(176,94,176); }
div.DivClassName
{
background-color: #B05EB0;
}
.BgClassName
{
background-color: #B05EB0;
}
</style>
border-color css
<style>
span { border-color: #B05EB0; }
span { border-color: rgb(176,94,176); }
td.TdClassName
{
border-color: #B05EB0;
}
.TagClassName
{
border-color: #B05EB0;
}
</style>