#BC5FA4

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

Shades of Violet Blue #BC5FA4

Tints of Violet Blue #BC5FA4

Color information

#BC5FA4 (or 0xBC5FA4) is unknown color: approx Violet Blue. HEX triplet: BC, 5F and A4. RGB value is (188,95,164). Sum of RGB (Red+Green+Blue) = 188+95+164=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA4 is #43A05B. Grayscale: #828282. Windows color (decimal): -4431964 or 10772412. OLE color: 10772412.

HSL color Cylindrical-coordinate representation of color #BC5FA4: hue angle of 315.48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC5FA4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18895164-
CMYK00.490.130.26
HSL315.48º40.97%55.49%-
HSV(B)315.48º49.47%73.73%-
XYZ31.5321.5637.62-
YUV130.67146.81168.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=42.06%
G=21.25%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889516400.490.130.26315.4840.9755.49
HexBC5FA4031D1A13b2937
Octal27413724406115324735167
Binary101111001011111101001000110001110111010100111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FA4; }

 p { color: rgb(188,95,164); }

 H1.HeaderClassName
 {
   color: #BC5FA4;
 }
 .AnyTagClassName
 {
   color: #BC5FA4;
 }
</style>
background-color css

<style>
 a { background-color: #BC5FA4; }

 a { background-color: rgb(188,95,164); }

 div.DivClassName
 {
   background-color: #BC5FA4;
 }
 .BgClassName
 {
   background-color: #BC5FA4;
 }
</style>
border-color css

<style>
 span { border-color: #BC5FA4; }

 span { border-color: rgb(188,95,164); }

 td.TdClassName
 {
   border-color: #BC5FA4;
 }
 .TagClassName
 {
   border-color: #BC5FA4;
 }
</style>