#BC2FB4

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

Shades of Fuchsia #BC2FB4

Tints of Fuchsia #BC2FB4

Color information

#BC2FB4 (or 0xBC2FB4) is unknown color: approx Fuchsia. HEX triplet: BC, 2F and B4. RGB value is (188,47,180). Sum of RGB (Red+Green+Blue) = 188+47+180=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB4 is #43D04B. Grayscale: #676767. Windows color (decimal): -4444236 or 11808700. OLE color: 11808700.

HSL color Cylindrical-coordinate representation of color #BC2FB4: hue angle of 303.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FB4 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18847180-
CMYK00.750.040.26
HSL303.4º60%46.08%-
HSV(B)303.4º75%73.73%-
XYZ29.9916.0244.69-
YUV104.32170.71187.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 47 (18.75% from 255) = 11.33%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=45.30%
G=11.33%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884718000.750.040.26303.46046.08
HexBC2FB404B41A12f3c2e
Octal2745726401134324577456
Binary10111100101111101101000100101110011010100101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2FB4; }

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

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

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

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

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

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

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

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