#BC2FB6

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

Shades of Fuchsia #BC2FB6

Tints of Fuchsia #BC2FB6

Color information

#BC2FB6 (or 0xBC2FB6) is unknown color: approx Fuchsia. HEX triplet: BC, 2F and B6. RGB value is (188,47,182). Sum of RGB (Red+Green+Blue) = 188+47+182=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB6 is #43D049. Grayscale: #686868. Windows color (decimal): -4444234 or 11939772. OLE color: 11939772.

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

Color convert

RGB18847182-
CMYK00.750.030.26
HSL302.55º60%46.08%-
HSV(B)302.55º75%73.73%-
XYZ30.216.145.77-
YUV104.55171.71187.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=45.08%
G=11.27%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884718200.750.030.26302.556046.08
HexBC2FB604B31A12f3c2e
Octal2745726601133324577456
Binary1011110010111110110110010010111111010100101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2FB6; }

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

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

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

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

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

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

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

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