#BE71C5

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

Shades of Fuchsia #BE71C5

Tints of Fuchsia #BE71C5

Color information

#BE71C5 (or 0xBE71C5) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and C5. RGB value is (190,113,197). Sum of RGB (Red+Green+Blue) = 190+113+197=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71C5 is #418E3A. Grayscale: #919191. Windows color (decimal): -4296251 or 12939710. OLE color: 12939710.

HSL color Cylindrical-coordinate representation of color #BE71C5: hue angle of 295º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE71C5 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190113197-
CMYK0.040.4300.23
HSL295º42%60.78%-
HSV(B)295º42.64%77.25%-
XYZ37.2226.7956.03-
YUV145.6157.01159.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=38%
G=22.6%
B=39.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901131970.040.4300.232954260.78
HexBE71C542B0171272a3d
Octal2761613054530274475275
Binary10111110111000111000101100101011010111100100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71C5; }

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

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

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

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

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

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

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

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