#BC58B5

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

Shades of Fuchsia #BC58B5

Tints of Fuchsia #BC58B5

Color information

#BC58B5 (or 0xBC58B5) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and B5. RGB value is (188,88,181). Sum of RGB (Red+Green+Blue) = 188+88+181=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58B5 is #43A74A. Grayscale: #808080. Windows color (decimal): -4433739 or 11884732. OLE color: 11884732.

HSL color Cylindrical-coordinate representation of color #BC58B5: hue angle of 304.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC58B5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18888181-
CMYK00.530.040.26
HSL304.2º42.74%54.12%-
HSV(B)304.2º53.19%73.73%-
XYZ32.5721.0146.05-
YUV128.5157.63170.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=41.14%
G=19.26%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888818100.530.040.26304.242.7454.12
HexBC58B503541A1302b36
Octal2741302650654324605366
Binary10111100101100010110101011010110011010100110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58B5; }

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

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

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

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

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

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

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

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