#BC73BB

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

Shades of Fuchsia #BC73BB

Tints of Fuchsia #BC73BB

Color information

#BC73BB (or 0xBC73BB) is unknown color: approx Fuchsia. HEX triplet: BC, 73 and BB. RGB value is (188,115,187). Sum of RGB (Red+Green+Blue) = 188+115+187=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BB is #438C44. Grayscale: #909090. Windows color (decimal): -4426821 or 12284860. OLE color: 12284860.

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

Color convert

RGB188115187-
CMYK00.390.010.26
HSL300.82º35.27%59.41%-
HSV(B)300.82º38.83%73.73%-
XYZ35.8426.5450.25-
YUV145.04151.68158.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=38.37%
G=23.47%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811518700.390.010.26300.8235.2759.41
HexBC73BB02711A12d233b
Octal2741632730471324554373
Binary101111001110011101110110100111111010100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73BB; }

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

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

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

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

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

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

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

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