#BC4FB4

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

Shades of Fuchsia #BC4FB4

Tints of Fuchsia #BC4FB4

Color information

#BC4FB4 (or 0xBC4FB4) is unknown color: approx Fuchsia. HEX triplet: BC, 4F and B4. RGB value is (188,79,180). Sum of RGB (Red+Green+Blue) = 188+79+180=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB4 is #43B04B. Grayscale: #7A7A7A. Windows color (decimal): -4436044 or 11816892. OLE color: 11816892.

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

Color convert

RGB18879180-
CMYK00.580.040.26
HSL304.4º44.86%52.35%-
HSV(B)304.4º57.98%73.73%-
XYZ31.7719.5845.28-
YUV123.1160.11174.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=42.06%
G=17.67%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887918000.580.040.26304.444.8652.35
HexBC4FB403A41A1302d34
Octal2741172640724324605564
Binary10111100100111110110100011101010011010100110000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FB4; }

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

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

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

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

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

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

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

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