#BE4BC3

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

Shades of Fuchsia #BE4BC3

Tints of Fuchsia #BE4BC3

Color information

#BE4BC3 (or 0xBE4BC3) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and C3. RGB value is (190,75,195). Sum of RGB (Red+Green+Blue) = 190+75+195=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE4BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BC3 is #41B43C. Grayscale: #7A7A7A. Windows color (decimal): -4305981 or 12798910. OLE color: 12798910.

HSL color Cylindrical-coordinate representation of color #BE4BC3: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4BC3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19075195-
CMYK0.030.6200.24
HSL297.5º50%52.94%-
HSV(B)297.5º61.54%76.47%-
XYZ33.619.9253.7-
YUV123.06168.6175.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=41.30%
G=16.30%
B=42.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190751950.030.6200.24297.55052.94
HexBE4BC333E01812a3235
Octal2761133033760304526265
Binary1011111010010111100001111111110011000100101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BC3; }

 p { color: rgb(190,75,195); }

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

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

 a { background-color: rgb(190,75,195); }

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

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

 span { border-color: rgb(190,75,195); }

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