#BC72B4

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

Shades of Fuchsia #BC72B4

Tints of Fuchsia #BC72B4

Color information

#BC72B4 (or 0xBC72B4) is unknown color: approx Fuchsia. HEX triplet: BC, 72 and B4. RGB value is (188,114,180). Sum of RGB (Red+Green+Blue) = 188+114+180=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72B4 is #438D4B. Grayscale: #8F8F8F. Windows color (decimal): -4427084 or 11825852. OLE color: 11825852.

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

Color convert

RGB188114180-
CMYK00.390.040.26
HSL306.49º35.58%59.22%-
HSV(B)306.49º39.36%73.73%-
XYZ34.9926.0246.36-
YUV143.65148.52159.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=39.00%
G=23.65%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811418000.390.040.26306.4935.5859.22
HexBC72B402741A132243b
Octal2741622640474324624473
Binary10111100111001010110100010011110011010100110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72B4; }

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

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

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

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

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

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

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

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