#BC4FBD

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

Shades of Fuchsia #BC4FBD

Tints of Fuchsia #BC4FBD

Color information

#BC4FBD (or 0xBC4FBD) is unknown color: approx Fuchsia. HEX triplet: BC, 4F and BD. RGB value is (188,79,189). Sum of RGB (Red+Green+Blue) = 188+79+189=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FBD is #43B042. Grayscale: #7B7B7B. Windows color (decimal): -4436035 or 12406716. OLE color: 12406716.

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

Color convert

RGB18879189-
CMYK0.010.5800.26
HSL299.45º45.45%52.55%-
HSV(B)299.45º58.2%74.12%-
XYZ32.7219.9650.27-
YUV124.13164.61173.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=41.23%
G=17.32%
B=41.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188791890.010.5800.26299.4545.4552.55
HexBC4FBD13A01A12b2d35
Octal2741172751720324535565
Binary101111001001111101111011111010011010100101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FBD; }

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

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

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

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

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

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

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

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