#BC5CBA

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

Shades of Fuchsia #BC5CBA

Tints of Fuchsia #BC5CBA

Color information

#BC5CBA (or 0xBC5CBA) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and BA. RGB value is (188,92,186). Sum of RGB (Red+Green+Blue) = 188+92+186=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CBA is #43A345. Grayscale: #838383. Windows color (decimal): -4432710 or 12213436. OLE color: 12213436.

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

Color convert

RGB18892186-
CMYK00.510.010.26
HSL301.25º41.74%54.9%-
HSV(B)301.25º51.06%73.73%-
XYZ33.4321.8948.92-
YUV131.42158.8168.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=40.34%
G=19.74%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889218600.510.010.26301.2541.7454.9
HexBC5CBA03311A12d2a37
Octal2741342720631324555267
Binary101111001011100101110100110011111010100101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CBA; }

 p { color: rgb(188,92,186); }

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

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

 a { background-color: rgb(188,92,186); }

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

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

 span { border-color: rgb(188,92,186); }

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