#BC5DBA

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

Shades of Fuchsia #BC5DBA

Tints of Fuchsia #BC5DBA

Color information

#BC5DBA (or 0xBC5DBA) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and BA. RGB value is (188,93,186). Sum of RGB (Red+Green+Blue) = 188+93+186=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DBA is #43A245. Grayscale: #838383. Windows color (decimal): -4432454 or 12213692. OLE color: 12213692.

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

Color convert

RGB18893186-
CMYK00.510.010.26
HSL301.26º41.48%55.1%-
HSV(B)301.26º50.53%73.73%-
XYZ33.5222.0748.95-
YUV132.01158.47167.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=40.26%
G=19.91%
B=39.83%

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
Decimal1889318600.510.010.26301.2641.4855.1
HexBC5DBA03311A12d2937
Octal2741352720631324555167
Binary101111001011101101110100110011111010100101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DBA; }

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

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

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

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

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

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

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

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