#BC45B4

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

Shades of Fuchsia #BC45B4

Tints of Fuchsia #BC45B4

Color information

#BC45B4 (or 0xBC45B4) is unknown color: approx Fuchsia. HEX triplet: BC, 45 and B4. RGB value is (188,69,180). Sum of RGB (Red+Green+Blue) = 188+69+180=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45B4 is #43BA4B. Grayscale: #747474. Windows color (decimal): -4438604 or 11814332. OLE color: 11814332.

HSL color Cylindrical-coordinate representation of color #BC45B4: hue angle of 304.03º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45B4 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18869180-
CMYK00.630.040.26
HSL304.03º47.04%50.39%-
HSV(B)304.03º63.3%73.73%-
XYZ31.1118.2445.06-
YUV117.24163.42178.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=43.02%
G=15.79%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886918000.630.040.26304.0347.0450.39
HexBC45B403F41A1302f32
Octal2741052640774324605762
Binary10111100100010110110100011111110011010100110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45B4; }

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

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

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

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

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

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

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

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