#BC45A7

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

Shades of Fuchsia #BC45A7

Tints of Fuchsia #BC45A7

Color information

#BC45A7 (or 0xBC45A7) is unknown color: approx Fuchsia. HEX triplet: BC, 45 and A7. RGB value is (188,69,167). Sum of RGB (Red+Green+Blue) = 188+69+167=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A7 is #43BA58. Grayscale: #737373. Windows color (decimal): -4438617 or 10962364. OLE color: 10962364.

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

Color convert

RGB18869167-
CMYK00.630.110.26
HSL310.59º47.04%50.39%-
HSV(B)310.59º63.3%73.73%-
XYZ29.8417.7438.41-
YUV115.75156.92179.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=44.34%
G=16.27%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886916700.630.110.26310.5947.0450.39
HexBC45A703FB1A1372f32
Octal27410524707713324675762
Binary101111001000101101001110111111101111010100110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45A7; }

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

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

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

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

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

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

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

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