#BC3FBE

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

Shades of Fuchsia #BC3FBE

Tints of Fuchsia #BC3FBE

Color information

#BC3FBE (or 0xBC3FBE) is unknown color: approx Fuchsia. HEX triplet: BC, 3F and BE. RGB value is (188,63,190). Sum of RGB (Red+Green+Blue) = 188+63+190=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FBE is #43C041. Grayscale: #727272. Windows color (decimal): -4440130 or 12468156. OLE color: 12468156.

HSL color Cylindrical-coordinate representation of color #BC3FBE: hue angle of 299.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3FBE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18863190-
CMYK0.010.6700.25
HSL299.06º50.2%49.61%-
HSV(B)299.06º66.84%74.51%-
XYZ31.8117.9650.51-
YUV114.85170.41180.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=42.63%
G=14.29%
B=43.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188631900.010.6700.25299.0650.249.61
HexBC3FBE14301912b3232
Octal2747727611030314536262
Binary101111001111111011111011000011011001100101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3FBE; }

 p { color: rgb(188,63,190); }

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

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

 a { background-color: rgb(188,63,190); }

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

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

 span { border-color: rgb(188,63,190); }

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