#BC37BB

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

Shades of Fuchsia #BC37BB

Tints of Fuchsia #BC37BB

Color information

#BC37BB (or 0xBC37BB) is unknown color: approx Fuchsia. HEX triplet: BC, 37 and BB. RGB value is (188,55,187). Sum of RGB (Red+Green+Blue) = 188+55+187=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37BB is #43C844. Grayscale: #6D6D6D. Windows color (decimal): -4442181 or 12269500. OLE color: 12269500.

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

Color convert

RGB18855187-
CMYK00.710.010.26
HSL300.45º54.73%47.65%-
HSV(B)300.45º70.74%73.73%-
XYZ31.0717.0148.66-
YUV109.81171.56183.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 55 (21.88% from 255) = 12.79%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=43.72%
G=12.79%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885518700.710.010.26300.4554.7347.65
HexBC37BB04711A12c3730
Octal2746727301071324546760
Binary101111001101111011101101000111111010100101100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC37BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC37BB; }

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

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

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

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

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

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

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

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