#BC38BE

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

Shades of Fuchsia #BC38BE

Tints of Fuchsia #BC38BE

Color information

#BC38BE (or 0xBC38BE) is unknown color: approx Fuchsia. HEX triplet: BC, 38 and BE. RGB value is (188,56,190). Sum of RGB (Red+Green+Blue) = 188+56+190=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38BE is #43C741. Grayscale: #6E6E6E. Windows color (decimal): -4441922 or 12466364. OLE color: 12466364.

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

Color convert

RGB18856190-
CMYK0.010.7100.25
HSL299.1º54.47%48.24%-
HSV(B)299.1º70.53%74.51%-
XYZ31.4517.2450.38-
YUV110.74172.73183.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=43.32%
G=12.90%
B=43.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188561900.010.7100.25299.154.4748.24
HexBC38BE14701912b3630
Octal2747027611070314536660
Binary101111001110001011111011000111011001100101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38BE; }

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

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

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

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

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

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

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

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