#BC72BA

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

Shades of Fuchsia #BC72BA

Tints of Fuchsia #BC72BA

Color information

#BC72BA (or 0xBC72BA) is unknown color: approx Fuchsia. HEX triplet: BC, 72 and BA. RGB value is (188,114,186). Sum of RGB (Red+Green+Blue) = 188+114+186=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72BA is #438D45. Grayscale: #909090. Windows color (decimal): -4427078 or 12219068. OLE color: 12219068.

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

Color convert

RGB188114186-
CMYK00.390.010.26
HSL301.62º35.58%59.22%-
HSV(B)301.62º39.36%73.73%-
XYZ35.6226.2749.65-
YUV144.33151.52159.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=38.52%
G=23.36%
B=38.11%

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
Decimal18811418600.390.010.26301.6235.5859.22
HexBC72BA02711A12e243b
Octal2741622720471324564473
Binary101111001110010101110100100111111010100101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72BA; }

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

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

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

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

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

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

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

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