#BE46B9

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

Shades of Fuchsia #BE46B9

Tints of Fuchsia #BE46B9

Color information

#BE46B9 (or 0xBE46B9) is unknown color: approx Fuchsia. HEX triplet: BE, 46 and B9. RGB value is (190,70,185). Sum of RGB (Red+Green+Blue) = 190+70+185=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46B9 is #41B946. Grayscale: #767676. Windows color (decimal): -4307271 or 12142270. OLE color: 12142270.

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

Color convert

RGB19070185-
CMYK00.630.030.25
HSL302.5º48%50.98%-
HSV(B)302.5º63.16%74.51%-
XYZ32.1818.8347.84-
YUV118.99165.26178.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 70 (27.73% from 255) = 15.73%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=42.70%
G=15.73%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907018500.630.030.25302.54850.98
HexBE46B903F31912e3033
Octal2761062710773314566063
Binary1011111010001101011100101111111111001100101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46B9; }

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

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

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

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

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

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

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

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