#BC58BB

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

Shades of Fuchsia #BC58BB

Tints of Fuchsia #BC58BB

Color information

#BC58BB (or 0xBC58BB) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and BB. RGB value is (188,88,187). Sum of RGB (Red+Green+Blue) = 188+88+187=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58BB is #43A744. Grayscale: #808080. Windows color (decimal): -4433733 or 12277948. OLE color: 12277948.

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

Color convert

RGB18888187-
CMYK00.530.010.26
HSL300.6º42.74%54.12%-
HSV(B)300.6º53.19%73.73%-
XYZ33.221.2649.37-
YUV129.19160.63169.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=40.60%
G=19.01%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888818700.530.010.26300.642.7454.12
HexBC58BB03511A12d2b36
Octal2741302730651324555366
Binary101111001011000101110110110101111010100101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58BB; }

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

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

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

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

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

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

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

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