#BC5EBA

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

Shades of Fuchsia #BC5EBA

Tints of Fuchsia #BC5EBA

Color information

#BC5EBA (or 0xBC5EBA) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and BA. RGB value is (188,94,186). Sum of RGB (Red+Green+Blue) = 188+94+186=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBA is #43A145. Grayscale: #848484. Windows color (decimal): -4432198 or 12213948. OLE color: 12213948.

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

Color convert

RGB18894186-
CMYK00.500.010.26
HSL301.28º41.23%55.29%-
HSV(B)301.28º50%73.73%-
XYZ33.622.2448.98-
YUV132.59158.14167.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=40.17%
G=20.09%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418600.500.010.26301.2841.2355.29
HexBC5EBA03211A12d2937
Octal2741362720621324555167
Binary101111001011110101110100110010111010100101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EBA; }

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

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

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

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

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

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

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

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