#BC5FAA

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

Shades of Fuchsia #BC5FAA

Tints of Fuchsia #BC5FAA

Color information

#BC5FAA (or 0xBC5FAA) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and AA. RGB value is (188,95,170). Sum of RGB (Red+Green+Blue) = 188+95+170=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FAA is #43A055. Grayscale: #838383. Windows color (decimal): -4431958 or 11165628. OLE color: 11165628.

HSL color Cylindrical-coordinate representation of color #BC5FAA: hue angle of 311.61º 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 #BC5FAA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18895170-
CMYK00.490.100.26
HSL311.61º40.97%55.49%-
HSV(B)311.61º49.47%73.73%-
XYZ32.0921.7840.54-
YUV131.36149.81168.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=41.50%
G=20.97%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889517000.490.100.26311.6140.9755.49
HexBC5FAA031A1A1382937
Octal27413725206112324705167
Binary101111001011111101010100110001101011010100111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FAA; }

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

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

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

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

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

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

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

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