#BC5DAB

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

Shades of Fuchsia #BC5DAB

Tints of Fuchsia #BC5DAB

Color information

#BC5DAB (or 0xBC5DAB) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and AB. RGB value is (188,93,171). Sum of RGB (Red+Green+Blue) = 188+93+171=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DAB is #43A254. Grayscale: #828282. Windows color (decimal): -4432469 or 11230652. OLE color: 11230652.

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

Color convert

RGB18893171-
CMYK00.510.090.26
HSL310.74º41.48%55.1%-
HSV(B)310.74º50.53%73.73%-
XYZ3221.4640.98-
YUV130.3150.97169.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=41.59%
G=20.58%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889317100.510.090.26310.7441.4855.1
HexBC5DAB03391A1372937
Octal27413525306311324675167
Binary101111001011101101010110110011100111010100110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DAB; }

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

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

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

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

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

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

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

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