Shades of Violet Blue #B366A2
Tints of Violet Blue #B366A2
RGB
CMYK
RGB Variations
Color information
#B366A2 (or 0xB366A2) is known color: Violet Blue. HEX triplet: B3, 66 and A2. RGB value is (179,102,162). Sum of RGB (Red+Green+Blue) = 179+102+162=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A2 is #4C995D. Grayscale: #838383. Windows color (decimal): -5019998 or 10643123. OLE color: 10643123.
HSL color Cylindrical-coordinate representation of color #B366A2: hue angle of 313.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B366A2 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 162 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.30 |
| HSL | 313.25º | 0.34% | 0.55% | - |
| HSV(B) | 313.25º | 0.43% | 0.7% | - |
| XYZ | 29.86 | 21.7 | 36.8 | - |
| YUV | 131.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 162 | 0 | 0.43 | 0.09 | 0.30 | 313.25 | 0.34 | 0.55 |
| Hex | B3 | 66 | A2 | 0 | 2B | 9 | 1E | 139 | 22 | 37 |
| Octal | 263 | 146 | 242 | 0 | 53 | 11 | 36 | 471 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10100010 | 0 | 101011 | 1001 | 11110 | 100111001 | 100010 | 110111 |
Color Harmonies of #B366A2
Complementary color
Monochromatic Colors of #B366A2
Black with #B366A2
Text Example
Text Example
White with #B366A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366A2; }
p { color: rgb(179,102,162); }
H1.HeaderClassName
{
color: #B366A2;
}
.AnyTagClassName
{
color: #B366A2;
}
</style>
background-color css
<style>
a { background-color: #B366A2; }
a { background-color: rgb(179,102,162); }
div.DivClassName
{
background-color: #B366A2;
}
.BgClassName
{
background-color: #B366A2;
}
</style>
border-color css
<style>
span { border-color: #B366A2; }
span { border-color: rgb(179,102,162); }
td.TdClassName
{
border-color: #B366A2;
}
.TagClassName
{
border-color: #B366A2;
}
</style>