Shades of Violet Blue #B366A5
Tints of Violet Blue #B366A5
RGB
CMYK
RGB Variations
Color information
#B366A5 (or 0xB366A5) is known color: Violet Blue. HEX triplet: B3, 66 and A5. RGB value is (179,102,165). Sum of RGB (Red+Green+Blue) = 179+102+165=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A5 is #4C995A. Grayscale: #848484. Windows color (decimal): -5019995 or 10839731. OLE color: 10839731.
HSL color Cylindrical-coordinate representation of color #B366A5: hue angle of 310.91º 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 #B366A5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 165 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.30 |
| HSL | 310.91º | 0.34% | 0.55% | - |
| HSV(B) | 310.91º | 0.43% | 0.7% | - |
| XYZ | 30.13 | 21.8 | 38.22 | - |
| YUV | 132.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 165 | 0 | 0.43 | 0.08 | 0.30 | 310.91 | 0.34 | 0.55 |
| Hex | B3 | 66 | A5 | 0 | 2B | 8 | 1E | 137 | 22 | 37 |
| Octal | 263 | 146 | 245 | 0 | 53 | 10 | 36 | 467 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10100101 | 0 | 101011 | 1000 | 11110 | 100110111 | 100010 | 110111 |
Color Harmonies of #B366A5
Complementary color
Monochromatic Colors of #B366A5
Black with #B366A5
Text Example
Text Example
White with #B366A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366A5; }
p { color: rgb(179,102,165); }
H1.HeaderClassName
{
color: #B366A5;
}
.AnyTagClassName
{
color: #B366A5;
}
</style>
background-color css
<style>
a { background-color: #B366A5; }
a { background-color: rgb(179,102,165); }
div.DivClassName
{
background-color: #B366A5;
}
.BgClassName
{
background-color: #B366A5;
}
</style>
border-color css
<style>
span { border-color: #B366A5; }
span { border-color: rgb(179,102,165); }
td.TdClassName
{
border-color: #B366A5;
}
.TagClassName
{
border-color: #B366A5;
}
</style>