Shades of Violet Blue #B660A8
Tints of Violet Blue #B660A8
RGB
CMYK
RGB Variations
Color information
#B660A8 (or 0xB660A8) is known color: Violet Blue. HEX triplet: B6, 60 and A8. RGB value is (182,96,168). Sum of RGB (Red+Green+Blue) = 182+96+168=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B660A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B660A8 is #499F57. Grayscale: #818181. Windows color (decimal): -4824920 or 11034806. OLE color: 11034806.
HSL color Cylindrical-coordinate representation of color #B660A8: hue angle of 309.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B660A8 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 168 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.29 |
| HSL | 309.77º | 0.37% | 0.55% | - |
| HSV(B) | 309.77º | 0.47% | 0.71% | - |
| XYZ | 30.54 | 21.14 | 39.52 | - |
| YUV | 129.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 168 | 0 | 0.47 | 0.08 | 0.29 | 309.77 | 0.37 | 0.55 |
| Hex | B6 | 60 | A8 | 0 | 2F | 8 | 1D | 136 | 25 | 37 |
| Octal | 266 | 140 | 250 | 0 | 57 | 10 | 35 | 466 | 45 | 67 |
| Binary | 10110110 | 1100000 | 10101000 | 0 | 101111 | 1000 | 11101 | 100110110 | 100101 | 110111 |
Color Harmonies of #B660A8
Complementary color
Monochromatic Colors of #B660A8
Black with #B660A8
Text Example
Text Example
White with #B660A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B660A8; }
p { color: rgb(182,96,168); }
H1.HeaderClassName
{
color: #B660A8;
}
.AnyTagClassName
{
color: #B660A8;
}
</style>
background-color css
<style>
a { background-color: #B660A8; }
a { background-color: rgb(182,96,168); }
div.DivClassName
{
background-color: #B660A8;
}
.BgClassName
{
background-color: #B660A8;
}
</style>
border-color css
<style>
span { border-color: #B660A8; }
span { border-color: rgb(182,96,168); }
td.TdClassName
{
border-color: #B660A8;
}
.TagClassName
{
border-color: #B660A8;
}
</style>