#BC72B1

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

Shades of Fuchsia #BC72B1

Tints of Fuchsia #BC72B1

Color information

#BC72B1 (or 0xBC72B1) is unknown color: approx Fuchsia. HEX triplet: BC, 72 and B1. RGB value is (188,114,177). Sum of RGB (Red+Green+Blue) = 188+114+177=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72B1 is #438D4E. Grayscale: #8F8F8F. Windows color (decimal): -4427087 or 11629244. OLE color: 11629244.

HSL color Cylindrical-coordinate representation of color #BC72B1: hue angle of 308.92º degrees, saturation: 0.36, 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 #BC72B1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188114177-
CMYK00.390.060.26
HSL308.92º35.58%59.22%-
HSV(B)308.92º39.36%73.73%-
XYZ34.6925.944.77-
YUV143.31147.02159.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=39.25%
G=23.80%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417700.390.060.26308.9235.5859.22
HexBC72B102761A135243b
Octal2741622610476324654473
Binary10111100111001010110001010011111011010100110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72B1; }

 p { color: rgb(188,114,177); }

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

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

 a { background-color: rgb(188,114,177); }

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

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

 span { border-color: rgb(188,114,177); }

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