#BE46B1

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

Shades of Fuchsia #BE46B1

Tints of Fuchsia #BE46B1

Color information

#BE46B1 (or 0xBE46B1) is unknown color: approx Fuchsia. HEX triplet: BE, 46 and B1. RGB value is (190,70,177). Sum of RGB (Red+Green+Blue) = 190+70+177=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46B1 is #41B94E. Grayscale: #757575. Windows color (decimal): -4307279 or 11617982. OLE color: 11617982.

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

Color convert

RGB19070177-
CMYK00.630.070.25
HSL306.5º48%50.98%-
HSV(B)306.5º63.16%74.51%-
XYZ31.3618.543.51-
YUV118.08161.26179.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=43.48%
G=16.02%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907017700.630.070.25306.54850.98
HexBE46B103F7191323033
Octal2761062610777314626063
Binary10111110100011010110001011111111111001100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46B1; }

 p { color: rgb(190,70,177); }

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

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

 a { background-color: rgb(190,70,177); }

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

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

 span { border-color: rgb(190,70,177); }

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