#BC5EA4

Color #BC5EA4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #BC5EA4

Tints of Violet Blue #BC5EA4

Color information

#BC5EA4 (or 0xBC5EA4) is unknown color: approx 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

RGB18894164-
CMYK00.500.130.26
HSL315.32º41.23%55.29%-
HSV(B)315.32º50%73.73%-
XYZ31.4421.3837.59-
YUV130.09147.14169.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=42.15%
G=21.08%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889416400.500.130.26315.3241.2355.29
HexBC5EA4032D1A13b2937
Octal27413624406215324735167
Binary101111001011110101001000110010110111010100111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>