#BC32BB

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

Shades of Fuchsia #BC32BB

Tints of Fuchsia #BC32BB

Color information

#BC32BB (or 0xBC32BB) is unknown color: approx Fuchsia. HEX triplet: BC, 32 and BB. RGB value is (188,50,187). Sum of RGB (Red+Green+Blue) = 188+50+187=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32BB is #43CD44. Grayscale: #6A6A6A. Windows color (decimal): -4443461 or 12268220. OLE color: 12268220.

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

Color convert

RGB18850187-
CMYK00.730.010.26
HSL300.43º57.98%46.67%-
HSV(B)300.43º73.4%73.73%-
XYZ30.8516.5648.58-
YUV106.88173.22185.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 50 (19.92% from 255) = 11.76%
BLUE value IS 187 (73.44% from 255) = 44%
R=44.24%
G=11.76%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885018700.730.010.26300.4357.9846.67
HexBC32BB04911A12c3a2f
Octal2746227301111324547257
Binary101111001100101011101101001001111010100101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC32BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC32BB; }

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

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

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

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

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

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

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

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