#BC72B3

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

Shades of Fuchsia #BC72B3

Tints of Fuchsia #BC72B3

Color information

#BC72B3 (or 0xBC72B3) is unknown color: approx Fuchsia. HEX triplet: BC, 72 and B3. RGB value is (188,114,179). Sum of RGB (Red+Green+Blue) = 188+114+179=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72B3 is #438D4C. Grayscale: #8F8F8F. Windows color (decimal): -4427085 or 11760316. OLE color: 11760316.

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

Color convert

RGB188114179-
CMYK00.390.050.26
HSL307.3º35.58%59.22%-
HSV(B)307.3º39.36%73.73%-
XYZ34.8925.9845.82-
YUV143.54148.02159.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=39.09%
G=23.70%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417900.390.050.26307.335.5859.22
HexBC72B302751A133243b
Octal2741622630475324634473
Binary10111100111001010110011010011110111010100110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72B3; }

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

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

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

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

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

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

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

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