Shades of Violet Blue #B075B0
Tints of Violet Blue #B075B0
RGB
CMYK
RGB Variations
Color information
#B075B0 (or 0xB075B0) is known color: Violet Blue. HEX triplet: B0, 75 and B0. RGB value is (176,117,176). Sum of RGB (Red+Green+Blue) = 176+117+176=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B075B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075B0 is #4F8A4F. Grayscale: #8D8D8D. Windows color (decimal): -5212752 or 11564464. OLE color: 11564464.
HSL color Cylindrical-coordinate representation of color #B075B0: hue angle of 300º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075B0 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 176 | - |
| CMYK | 0 | 0.34 | 0 | 0.31 |
| HSL | 300º | 0.27% | 0.57% | - |
| HSV(B) | 300º | 0.34% | 0.69% | - |
| XYZ | 32.1 | 25.09 | 44.22 | - |
| YUV | 141.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 176 | 0 | 0.34 | 0 | 0.31 | 300 | 0.27 | 0.57 |
| Hex | B0 | 75 | B0 | 0 | 22 | 0 | 1F | 12C | 1B | 39 |
| Octal | 260 | 165 | 260 | 0 | 42 | 0 | 37 | 454 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10110000 | 0 | 100010 | 0 | 11111 | 100101100 | 11011 | 111001 |
Color Harmonies of #B075B0
Complementary color
Monochromatic Colors of #B075B0
Black with #B075B0
Text Example
Text Example
White with #B075B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075B0; }
p { color: rgb(176,117,176); }
H1.HeaderClassName
{
color: #B075B0;
}
.AnyTagClassName
{
color: #B075B0;
}
</style>
background-color css
<style>
a { background-color: #B075B0; }
a { background-color: rgb(176,117,176); }
div.DivClassName
{
background-color: #B075B0;
}
.BgClassName
{
background-color: #B075B0;
}
</style>
border-color css
<style>
span { border-color: #B075B0; }
span { border-color: rgb(176,117,176); }
td.TdClassName
{
border-color: #B075B0;
}
.TagClassName
{
border-color: #B075B0;
}
</style>