Shades of Violet Blue #B3609A
Tints of Violet Blue #B3609A
RGB
CMYK
RGB Variations
Color information
#B3609A (or 0xB3609A) is known color: Violet Blue. HEX triplet: B3, 60 and 9A. RGB value is (179,96,154). Sum of RGB (Red+Green+Blue) = 179+96+154=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3609A is #4C9F65. Grayscale: #7F7F7F. Windows color (decimal): -5021542 or 10117299. OLE color: 10117299.
HSL color Cylindrical-coordinate representation of color #B3609A: hue angle of 318.07º degrees, saturation: 0.35, 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 #B3609A is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 154 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.30 |
| HSL | 318.07º | 0.35% | 0.54% | - |
| HSV(B) | 318.07º | 0.46% | 0.7% | - |
| XYZ | 28.61 | 20.28 | 32.98 | - |
| YUV | 127.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 154 | 0 | 0.46 | 0.14 | 0.30 | 318.07 | 0.35 | 0.54 |
| Hex | B3 | 60 | 9A | 0 | 2E | E | 1E | 13E | 23 | 36 |
| Octal | 263 | 140 | 232 | 0 | 56 | 16 | 36 | 476 | 43 | 66 |
| Binary | 10110011 | 1100000 | 10011010 | 0 | 101110 | 1110 | 11110 | 100111110 | 100011 | 110110 |
Color Harmonies of #B3609A
Complementary color
Monochromatic Colors of #B3609A
Black with #B3609A
Text Example
Text Example
White with #B3609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3609A; }
p { color: rgb(179,96,154); }
H1.HeaderClassName
{
color: #B3609A;
}
.AnyTagClassName
{
color: #B3609A;
}
</style>
background-color css
<style>
a { background-color: #B3609A; }
a { background-color: rgb(179,96,154); }
div.DivClassName
{
background-color: #B3609A;
}
.BgClassName
{
background-color: #B3609A;
}
</style>
border-color css
<style>
span { border-color: #B3609A; }
span { border-color: rgb(179,96,154); }
td.TdClassName
{
border-color: #B3609A;
}
.TagClassName
{
border-color: #B3609A;
}
</style>