Shades of Violet Blue #BC60A6
Tints of Violet Blue #BC60A6
RGB
CMYK
RGB Variations
Color information
#BC60A6 (or 0xBC60A6) is known color: Violet Blue. HEX triplet: BC, 60 and A6. RGB value is (188,96,166). Sum of RGB (Red+Green+Blue) = 188+96+166=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A6 is #439F59. Grayscale: #838383. Windows color (decimal): -4431706 or 10903740. OLE color: 10903740.
HSL color Cylindrical-coordinate representation of color #BC60A6: hue angle of 314.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60A6 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 166 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.26 |
| HSL | 314.35º | 0.41% | 0.56% | - |
| HSV(B) | 314.35º | 0.49% | 0.74% | - |
| XYZ | 31.8 | 21.81 | 38.61 | - |
| YUV | 131.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 166 | 0 | 0.49 | 0.12 | 0.26 | 314.35 | 0.41 | 0.56 |
| Hex | BC | 60 | A6 | 0 | 31 | C | 1A | 13A | 29 | 38 |
| Octal | 274 | 140 | 246 | 0 | 61 | 14 | 32 | 472 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10100110 | 0 | 110001 | 1100 | 11010 | 100111010 | 101001 | 111000 |
Color Harmonies of #BC60A6
Complementary color
Monochromatic Colors of #BC60A6
Black with #BC60A6
Text Example
Text Example
White with #BC60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60A6; }
p { color: rgb(188,96,166); }
H1.HeaderClassName
{
color: #BC60A6;
}
.AnyTagClassName
{
color: #BC60A6;
}
</style>
background-color css
<style>
a { background-color: #BC60A6; }
a { background-color: rgb(188,96,166); }
div.DivClassName
{
background-color: #BC60A6;
}
.BgClassName
{
background-color: #BC60A6;
}
</style>
border-color css
<style>
span { border-color: #BC60A6; }
span { border-color: rgb(188,96,166); }
td.TdClassName
{
border-color: #BC60A6;
}
.TagClassName
{
border-color: #BC60A6;
}
</style>