#be46b7

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

Shades of Fuchsia #BE46B7

Tints of Fuchsia #BE46B7

Color information

#BE46B7 (or 0xBE46B7) is unknown color: approx Fuchsia. HEX triplet: BE, 46 and B7. RGB value is (190,70,183). Sum of RGB (Red+Green+Blue) = 190+70+183=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46B7 is #41B948. Grayscale: #767676. Windows color (decimal): -4307273 or 12011198. OLE color: 12011198.

HSL color Cylindrical-coordinate representation of color #BE46B7: hue angle of 303.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 #BE46B7 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19070183-
CMYK00.630.040.25
HSL303.5º48%50.98%-
HSV(B)303.5º63.16%74.51%-
XYZ31.9718.7546.73-
YUV118.76164.26178.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=42.89%
G=15.80%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907018300.630.040.25303.54850.98
HexBE46B703F4191303033
Octal2761062670774314606063
Binary10111110100011010110111011111110011001100110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be46b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be46b7; }

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

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

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

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

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

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

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

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