Shades of Violet Blue #B075AF
Tints of Violet Blue #B075AF
RGB
CMYK
RGB Variations
Color information
#B075AF (or 0xB075AF) is known color: Violet Blue. HEX triplet: B0, 75 and AF. RGB value is (176,117,175). Sum of RGB (Red+Green+Blue) = 176+117+175=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AF is #4F8A50. Grayscale: #8D8D8D. Windows color (decimal): -5212753 or 11498928. OLE color: 11498928.
HSL color Cylindrical-coordinate representation of color #B075AF: hue angle of 301.02º 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 #B075AF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 175 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.31 |
| HSL | 301.02º | 0.27% | 0.57% | - |
| HSV(B) | 301.02º | 0.34% | 0.69% | - |
| XYZ | 32 | 25.05 | 43.71 | - |
| YUV | 141.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 175 | 0 | 0.34 | 0.01 | 0.31 | 301.02 | 0.27 | 0.57 |
| Hex | B0 | 75 | AF | 0 | 22 | 1 | 1F | 12D | 1B | 39 |
| Octal | 260 | 165 | 257 | 0 | 42 | 1 | 37 | 455 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10101111 | 0 | 100010 | 1 | 11111 | 100101101 | 11011 | 111001 |
Color Harmonies of #B075AF
Complementary color
Monochromatic Colors of #B075AF
Black with #B075AF
Text Example
Text Example
White with #B075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075AF; }
p { color: rgb(176,117,175); }
H1.HeaderClassName
{
color: #B075AF;
}
.AnyTagClassName
{
color: #B075AF;
}
</style>
background-color css
<style>
a { background-color: #B075AF; }
a { background-color: rgb(176,117,175); }
div.DivClassName
{
background-color: #B075AF;
}
.BgClassName
{
background-color: #B075AF;
}
</style>
border-color css
<style>
span { border-color: #B075AF; }
span { border-color: rgb(176,117,175); }
td.TdClassName
{
border-color: #B075AF;
}
.TagClassName
{
border-color: #B075AF;
}
</style>