Shades of Violet Blue #B072B4
Tints of Violet Blue #B072B4
RGB
CMYK
RGB Variations
Color information
#B072B4 (or 0xB072B4) is known color: Violet Blue. HEX triplet: B0, 72 and B4. RGB value is (176,114,180). Sum of RGB (Red+Green+Blue) = 176+114+180=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #B072B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072B4 is #4F8D4B. Grayscale: #8B8B8B. Windows color (decimal): -5213516 or 11825840. OLE color: 11825840.
HSL color Cylindrical-coordinate representation of color #B072B4: hue angle of 296.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B072B4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 114 | 180 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.29 |
| HSL | 296.36º | 0.31% | 0.58% | - |
| HSV(B) | 296.36º | 0.37% | 0.71% | - |
| XYZ | 32.16 | 24.56 | 46.23 | - |
| YUV | 140.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 180 | 0.02 | 0.37 | 0 | 0.29 | 296.36 | 0.31 | 0.58 |
| Hex | B0 | 72 | B4 | 2 | 25 | 0 | 1D | 128 | 1F | 3A |
| Octal | 260 | 162 | 264 | 2 | 45 | 0 | 35 | 450 | 37 | 72 |
| Binary | 10110000 | 1110010 | 10110100 | 10 | 100101 | 0 | 11101 | 100101000 | 11111 | 111010 |
Color Harmonies of #B072B4
Complementary color
Monochromatic Colors of #B072B4
Black with #B072B4
Text Example
Text Example
White with #B072B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072B4; }
p { color: rgb(176,114,180); }
H1.HeaderClassName
{
color: #B072B4;
}
.AnyTagClassName
{
color: #B072B4;
}
</style>
background-color css
<style>
a { background-color: #B072B4; }
a { background-color: rgb(176,114,180); }
div.DivClassName
{
background-color: #B072B4;
}
.BgClassName
{
background-color: #B072B4;
}
</style>
border-color css
<style>
span { border-color: #B072B4; }
span { border-color: rgb(176,114,180); }
td.TdClassName
{
border-color: #B072B4;
}
.TagClassName
{
border-color: #B072B4;
}
</style>