Shades of Violet Blue #B2619A
Tints of Violet Blue #B2619A
RGB
CMYK
RGB Variations
Color information
#B2619A (or 0xB2619A) is known color: Violet Blue. HEX triplet: B2, 61 and 9A. RGB value is (178,97,154). Sum of RGB (Red+Green+Blue) = 178+97+154=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2619A is #4D9E65. Grayscale: #7F7F7F. Windows color (decimal): -5086822 or 10117554. OLE color: 10117554.
HSL color Cylindrical-coordinate representation of color #B2619A: hue angle of 317.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2619A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 154 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.30 |
| HSL | 317.78º | 0.34% | 0.54% | - |
| HSV(B) | 317.78º | 0.46% | 0.7% | - |
| XYZ | 28.47 | 20.35 | 33 | - |
| YUV | 127.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 154 | 0 | 0.46 | 0.13 | 0.30 | 317.78 | 0.34 | 0.54 |
| Hex | B2 | 61 | 9A | 0 | 2E | D | 1E | 13E | 22 | 36 |
| Octal | 262 | 141 | 232 | 0 | 56 | 15 | 36 | 476 | 42 | 66 |
| Binary | 10110010 | 1100001 | 10011010 | 0 | 101110 | 1101 | 11110 | 100111110 | 100010 | 110110 |
Color Harmonies of #B2619A
Complementary color
Monochromatic Colors of #B2619A
Black with #B2619A
Text Example
Text Example
White with #B2619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2619A; }
p { color: rgb(178,97,154); }
H1.HeaderClassName
{
color: #B2619A;
}
.AnyTagClassName
{
color: #B2619A;
}
</style>
background-color css
<style>
a { background-color: #B2619A; }
a { background-color: rgb(178,97,154); }
div.DivClassName
{
background-color: #B2619A;
}
.BgClassName
{
background-color: #B2619A;
}
</style>
border-color css
<style>
span { border-color: #B2619A; }
span { border-color: rgb(178,97,154); }
td.TdClassName
{
border-color: #B2619A;
}
.TagClassName
{
border-color: #B2619A;
}
</style>