Shades of Violet Blue #B369A2
Tints of Violet Blue #B369A2
RGB
CMYK
RGB Variations
Color information
#B369A2 (or 0xB369A2) is known color: Violet Blue. HEX triplet: B3, 69 and A2. RGB value is (179,105,162). Sum of RGB (Red+Green+Blue) = 179+105+162=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A2 is #4C965D. Grayscale: #858585. Windows color (decimal): -5019230 or 10643891. OLE color: 10643891.
HSL color Cylindrical-coordinate representation of color #B369A2: hue angle of 313.78º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B369A2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 162 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.30 |
| HSL | 313.78º | 0.33% | 0.56% | - |
| HSV(B) | 313.78º | 0.41% | 0.7% | - |
| XYZ | 30.16 | 22.3 | 36.9 | - |
| YUV | 133.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 162 | 0 | 0.41 | 0.09 | 0.30 | 313.78 | 0.33 | 0.56 |
| Hex | B3 | 69 | A2 | 0 | 29 | 9 | 1E | 13A | 21 | 38 |
| Octal | 263 | 151 | 242 | 0 | 51 | 11 | 36 | 472 | 41 | 70 |
| Binary | 10110011 | 1101001 | 10100010 | 0 | 101001 | 1001 | 11110 | 100111010 | 100001 | 111000 |
Color Harmonies of #B369A2
Complementary color
Monochromatic Colors of #B369A2
Black with #B369A2
Text Example
Text Example
White with #B369A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369A2; }
p { color: rgb(179,105,162); }
H1.HeaderClassName
{
color: #B369A2;
}
.AnyTagClassName
{
color: #B369A2;
}
</style>
background-color css
<style>
a { background-color: #B369A2; }
a { background-color: rgb(179,105,162); }
div.DivClassName
{
background-color: #B369A2;
}
.BgClassName
{
background-color: #B369A2;
}
</style>
border-color css
<style>
span { border-color: #B369A2; }
span { border-color: rgb(179,105,162); }
td.TdClassName
{
border-color: #B369A2;
}
.TagClassName
{
border-color: #B369A2;
}
</style>