#BC4FB7

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

Shades of Fuchsia #BC4FB7

Tints of Fuchsia #BC4FB7

Color information

#BC4FB7 (or 0xBC4FB7) is unknown color: approx Fuchsia. HEX triplet: BC, 4F and B7. RGB value is (188,79,183). Sum of RGB (Red+Green+Blue) = 188+79+183=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB7 is #43B048. Grayscale: #7B7B7B. Windows color (decimal): -4436041 or 12013500. OLE color: 12013500.

HSL color Cylindrical-coordinate representation of color #BC4FB7: hue angle of 302.75º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FB7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18879183-
CMYK00.580.030.26
HSL302.75º44.86%52.35%-
HSV(B)302.75º57.98%73.73%-
XYZ32.0819.746.91-
YUV123.45161.61174.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=41.78%
G=17.56%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887918300.580.030.26302.7544.8652.35
HexBC4FB703A31A12f2d34
Octal2741172670723324575564
Binary1011110010011111011011101110101111010100101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FB7; }

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

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

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

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

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

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

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

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