#BE71B1

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

Shades of Fuchsia #BE71B1

Tints of Fuchsia #BE71B1

Color information

#BE71B1 (or 0xBE71B1) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and B1. RGB value is (190,113,177). Sum of RGB (Red+Green+Blue) = 190+113+177=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71B1 is #418E4E. Grayscale: #8F8F8F. Windows color (decimal): -4296271 or 11628990. OLE color: 11628990.

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

Color convert

RGB190113177-
CMYK00.410.070.25
HSL310.13º37.2%59.41%-
HSV(B)310.13º40.53%74.51%-
XYZ35.0825.9344.75-
YUV143.32147.01161.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=39.58%
G=23.54%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317700.410.070.25310.1337.259.41
HexBE71B1029719136253b
Octal2761612610517314664573
Binary10111110111000110110001010100111111001100110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71B1; }

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

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

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

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

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

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

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

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