Shades of Violet Blue #B0629F
Tints of Violet Blue #B0629F
RGB
CMYK
RGB Variations
Color information
#B0629F (or 0xB0629F) is known color: Violet Blue. HEX triplet: B0, 62 and 9F. RGB value is (176,98,159). Sum of RGB (Red+Green+Blue) = 176+98+159=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0629F is #4F9D60. Grayscale: #808080. Windows color (decimal): -5217633 or 10445488. OLE color: 10445488.
HSL color Cylindrical-coordinate representation of color #B0629F: hue angle of 313.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0629F is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 159 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.31 |
| HSL | 313.08º | 0.33% | 0.54% | - |
| HSV(B) | 313.08º | 0.44% | 0.69% | - |
| XYZ | 28.53 | 20.47 | 35.25 | - |
| YUV | 128.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 159 | 0 | 0.44 | 0.10 | 0.31 | 313.08 | 0.33 | 0.54 |
| Hex | B0 | 62 | 9F | 0 | 2C | A | 1F | 139 | 21 | 36 |
| Octal | 260 | 142 | 237 | 0 | 54 | 12 | 37 | 471 | 41 | 66 |
| Binary | 10110000 | 1100010 | 10011111 | 0 | 101100 | 1010 | 11111 | 100111001 | 100001 | 110110 |
Color Harmonies of #B0629F
Complementary color
Monochromatic Colors of #B0629F
Black with #B0629F
Text Example
Text Example
White with #B0629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0629F; }
p { color: rgb(176,98,159); }
H1.HeaderClassName
{
color: #B0629F;
}
.AnyTagClassName
{
color: #B0629F;
}
</style>
background-color css
<style>
a { background-color: #B0629F; }
a { background-color: rgb(176,98,159); }
div.DivClassName
{
background-color: #B0629F;
}
.BgClassName
{
background-color: #B0629F;
}
</style>
border-color css
<style>
span { border-color: #B0629F; }
span { border-color: rgb(176,98,159); }
td.TdClassName
{
border-color: #B0629F;
}
.TagClassName
{
border-color: #B0629F;
}
</style>