#BE71B8

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

Shades of Fuchsia #BE71B8

Tints of Fuchsia #BE71B8

Color information

#BE71B8 (or 0xBE71B8) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and B8. RGB value is (190,113,184). Sum of RGB (Red+Green+Blue) = 190+113+184=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71B8 is #418E47. Grayscale: #8F8F8F. Windows color (decimal): -4296264 or 12087742. OLE color: 12087742.

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

Color convert

RGB190113184-
CMYK00.410.030.25
HSL304.68º37.2%59.41%-
HSV(B)304.68º40.53%74.51%-
XYZ35.7926.2248.52-
YUV144.12150.51160.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=39.01%
G=23.20%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011318400.410.030.25304.6837.259.41
HexBE71B8029319131253b
Octal2761612700513314614573
Binary1011111011100011011100001010011111001100110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71B8; }

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

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

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

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

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

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

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

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