#BC5EB5

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

Shades of Fuchsia #BC5EB5

Tints of Fuchsia #BC5EB5

Color information

#BC5EB5 (or 0xBC5EB5) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and B5. RGB value is (188,94,181). Sum of RGB (Red+Green+Blue) = 188+94+181=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EB5 is #43A14A. Grayscale: #838383. Windows color (decimal): -4432203 or 11886268. OLE color: 11886268.

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

Color convert

RGB18894181-
CMYK00.500.040.26
HSL304.47º41.23%55.29%-
HSV(B)304.47º50%73.73%-
XYZ33.0822.0346.23-
YUV132.02155.64167.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=40.60%
G=20.30%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889418100.500.040.26304.4741.2355.29
HexBC5EB503241A1302937
Octal2741362650624324605167
Binary10111100101111010110101011001010011010100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EB5; }

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

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

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

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

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

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

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

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