#BE4BB7

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

Shades of Fuchsia #BE4BB7

Tints of Fuchsia #BE4BB7

Color information

#BE4BB7 (or 0xBE4BB7) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and B7. RGB value is (190,75,183). Sum of RGB (Red+Green+Blue) = 190+75+183=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BB7 is #41B448. Grayscale: #797979. Windows color (decimal): -4305993 or 12012478. OLE color: 12012478.

HSL color Cylindrical-coordinate representation of color #BE4BB7: hue angle of 303.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BB7 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19075183-
CMYK00.610.040.25
HSL303.65º46.94%51.96%-
HSV(B)303.65º60.53%74.51%-
XYZ32.319.446.84-
YUV121.7162.6176.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=42.41%
G=16.74%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907518300.610.040.25303.6546.9451.96
HexBE4BB703D4191302f34
Octal2761132670754314605764
Binary10111110100101110110111011110110011001100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BB7; }

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

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

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

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

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

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

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

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