#BE71BC

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

Shades of Fuchsia #BE71BC

Tints of Fuchsia #BE71BC

Color information

#BE71BC (or 0xBE71BC) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and BC. RGB value is (190,113,188). Sum of RGB (Red+Green+Blue) = 190+113+188=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BC is #418E43. Grayscale: #909090. Windows color (decimal): -4296260 or 12349886. OLE color: 12349886.

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

Color convert

RGB190113188-
CMYK00.410.010.25
HSL301.56º37.2%59.41%-
HSV(B)301.56º40.53%74.51%-
XYZ36.2226.3950.76-
YUV144.57152.51160.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=38.70%
G=23.01%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011318800.410.010.25301.5637.259.41
HexBE71BC02911912e253b
Octal2761612740511314564573
Binary101111101110001101111000101001111001100101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71BC; }

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

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

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

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

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

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

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

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