#BC45B7

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

Shades of Fuchsia #BC45B7

Tints of Fuchsia #BC45B7

Color information

#BC45B7 (or 0xBC45B7) is unknown color: approx Fuchsia. HEX triplet: BC, 45 and B7. RGB value is (188,69,183). Sum of RGB (Red+Green+Blue) = 188+69+183=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45B7 is #43BA48. Grayscale: #757575. Windows color (decimal): -4438601 or 12010940. OLE color: 12010940.

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

Color convert

RGB18869183-
CMYK00.630.030.26
HSL302.52º47.04%50.39%-
HSV(B)302.52º63.3%73.73%-
XYZ31.4118.3746.69-
YUV117.58164.92178.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 183 (71.88% from 255) = 41.59%
R=42.73%
G=15.68%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886918300.630.030.26302.5247.0450.39
HexBC45B703F31A12f2f32
Octal2741052670773324575762
Binary1011110010001011011011101111111111010100101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45B7; }

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

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

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

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

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

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

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

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