Shades of Violet Blue #B073B4
Tints of Violet Blue #B073B4
RGB
CMYK
RGB Variations
Color information
#B073B4 (or 0xB073B4) is known color: Violet Blue. HEX triplet: B0, 73 and B4. RGB value is (176,115,180). Sum of RGB (Red+Green+Blue) = 176+115+180=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #B073B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073B4 is #4F8C4B. Grayscale: #8C8C8C. Windows color (decimal): -5213260 or 11826096. OLE color: 11826096.
HSL color Cylindrical-coordinate representation of color #B073B4: hue angle of 296.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B073B4 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 115 | 180 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.29 |
| HSL | 296.31º | 0.3% | 0.58% | - |
| HSV(B) | 296.31º | 0.36% | 0.71% | - |
| XYZ | 32.27 | 24.79 | 46.26 | - |
| YUV | 140.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 180 | 0.02 | 0.36 | 0 | 0.29 | 296.31 | 0.3 | 0.58 |
| Hex | B0 | 73 | B4 | 2 | 24 | 0 | 1D | 128 | 1E | 3A |
| Octal | 260 | 163 | 264 | 2 | 44 | 0 | 35 | 450 | 36 | 72 |
| Binary | 10110000 | 1110011 | 10110100 | 10 | 100100 | 0 | 11101 | 100101000 | 11110 | 111010 |
Color Harmonies of #B073B4
Complementary color
Monochromatic Colors of #B073B4
Black with #B073B4
Text Example
Text Example
White with #B073B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073B4; }
p { color: rgb(176,115,180); }
H1.HeaderClassName
{
color: #B073B4;
}
.AnyTagClassName
{
color: #B073B4;
}
</style>
background-color css
<style>
a { background-color: #B073B4; }
a { background-color: rgb(176,115,180); }
div.DivClassName
{
background-color: #B073B4;
}
.BgClassName
{
background-color: #B073B4;
}
</style>
border-color css
<style>
span { border-color: #B073B4; }
span { border-color: rgb(176,115,180); }
td.TdClassName
{
border-color: #B073B4;
}
.TagClassName
{
border-color: #B073B4;
}
</style>