#BE4BB1

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

Shades of Fuchsia #BE4BB1

Tints of Fuchsia #BE4BB1

Color information

#BE4BB1 (or 0xBE4BB1) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and B1. RGB value is (190,75,177). Sum of RGB (Red+Green+Blue) = 190+75+177=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BB1 is #41B44E. Grayscale: #787878. Windows color (decimal): -4305999 or 11619262. OLE color: 11619262.

HSL color Cylindrical-coordinate representation of color #BE4BB1: hue angle of 306.78º 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 #BE4BB1 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19075177-
CMYK00.610.070.25
HSL306.78º46.94%51.96%-
HSV(B)306.78º60.53%74.51%-
XYZ31.6919.1543.62-
YUV121.01159.6177.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=42.99%
G=16.97%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907517700.610.070.25306.7846.9451.96
HexBE4BB103D7191332f34
Octal2761132610757314635764
Binary10111110100101110110001011110111111001100110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BB1; }

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

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

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

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

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

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

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

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