Shades of Violet Blue #B2629F
Tints of Violet Blue #B2629F
RGB
CMYK
RGB Variations
Color information
#B2629F (or 0xB2629F) is known color: Violet Blue. HEX triplet: B2, 62 and 9F. RGB value is (178,98,159). Sum of RGB (Red+Green+Blue) = 178+98+159=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2629F is #4D9D60. Grayscale: #808080. Windows color (decimal): -5086561 or 10445490. OLE color: 10445490.
HSL color Cylindrical-coordinate representation of color #B2629F: hue angle of 314.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2629F is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 159 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.30 |
| HSL | 314.25º | 0.34% | 0.54% | - |
| HSV(B) | 314.25º | 0.45% | 0.7% | - |
| XYZ | 28.99 | 20.7 | 35.27 | - |
| YUV | 128.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 159 | 0 | 0.45 | 0.11 | 0.30 | 314.25 | 0.34 | 0.54 |
| Hex | B2 | 62 | 9F | 0 | 2D | B | 1E | 13A | 22 | 36 |
| Octal | 262 | 142 | 237 | 0 | 55 | 13 | 36 | 472 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10011111 | 0 | 101101 | 1011 | 11110 | 100111010 | 100010 | 110110 |
Color Harmonies of #B2629F
Complementary color
Monochromatic Colors of #B2629F
Black with #B2629F
Text Example
Text Example
White with #B2629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2629F; }
p { color: rgb(178,98,159); }
H1.HeaderClassName
{
color: #B2629F;
}
.AnyTagClassName
{
color: #B2629F;
}
</style>
background-color css
<style>
a { background-color: #B2629F; }
a { background-color: rgb(178,98,159); }
div.DivClassName
{
background-color: #B2629F;
}
.BgClassName
{
background-color: #B2629F;
}
</style>
border-color css
<style>
span { border-color: #B2629F; }
span { border-color: rgb(178,98,159); }
td.TdClassName
{
border-color: #B2629F;
}
.TagClassName
{
border-color: #B2629F;
}
</style>