Shades of Violet Blue #BC5EA4
Tints of Violet Blue #BC5EA4
RGB
CMYK
RGB Variations
Color information
#BC5EA4 (or 0xBC5EA4) is known color: Violet Blue. HEX triplet: BC, 5E and A4. RGB value is (188,94,164). Sum of RGB (Red+Green+Blue) = 188+94+164=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EA4 is #43A15B. Grayscale: #818181. Windows color (decimal): -4432220 or 10772156. OLE color: 10772156.
HSL color Cylindrical-coordinate representation of color #BC5EA4: hue angle of 315.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EA4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 164 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.26 |
| HSL | 315.32º | 0.41% | 0.55% | - |
| HSV(B) | 315.32º | 0.5% | 0.74% | - |
| XYZ | 31.44 | 21.38 | 37.59 | - |
| YUV | 130.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 164 | 0 | 0.50 | 0.13 | 0.26 | 315.32 | 0.41 | 0.55 |
| Hex | BC | 5E | A4 | 0 | 32 | D | 1A | 13B | 29 | 37 |
| Octal | 274 | 136 | 244 | 0 | 62 | 15 | 32 | 473 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10100100 | 0 | 110010 | 1101 | 11010 | 100111011 | 101001 | 110111 |
Color Harmonies of #BC5EA4
Complementary color
Monochromatic Colors of #BC5EA4
Black with #BC5EA4
Text Example
Text Example
White with #BC5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EA4; }
p { color: rgb(188,94,164); }
H1.HeaderClassName
{
color: #BC5EA4;
}
.AnyTagClassName
{
color: #BC5EA4;
}
</style>
background-color css
<style>
a { background-color: #BC5EA4; }
a { background-color: rgb(188,94,164); }
div.DivClassName
{
background-color: #BC5EA4;
}
.BgClassName
{
background-color: #BC5EA4;
}
</style>
border-color css
<style>
span { border-color: #BC5EA4; }
span { border-color: rgb(188,94,164); }
td.TdClassName
{
border-color: #BC5EA4;
}
.TagClassName
{
border-color: #BC5EA4;
}
</style>