#BC5DAE

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

Shades of Fuchsia #BC5DAE

Tints of Fuchsia #BC5DAE

Color information

#BC5DAE (or 0xBC5DAE) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and AE. RGB value is (188,93,174). Sum of RGB (Red+Green+Blue) = 188+93+174=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DAE is #43A251. Grayscale: #828282. Windows color (decimal): -4432466 or 11427260. OLE color: 11427260.

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

Color convert

RGB18893174-
CMYK00.510.070.26
HSL308.84º41.48%55.1%-
HSV(B)308.84º50.53%73.73%-
XYZ32.2921.5842.51-
YUV130.64152.47168.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=41.32%
G=20.44%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889317400.510.070.26308.8441.4855.1
HexBC5DAE03371A1352937
Octal2741352560637324655167
Binary10111100101110110101110011001111111010100110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DAE; }

 p { color: rgb(188,93,174); }

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

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

 a { background-color: rgb(188,93,174); }

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

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

 span { border-color: rgb(188,93,174); }

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