#BE71AF

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

Shades of Fuchsia #BE71AF

Tints of Fuchsia #BE71AF

Color information

#BE71AF (or 0xBE71AF) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and AF. RGB value is (190,113,175). Sum of RGB (Red+Green+Blue) = 190+113+175=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AF is #418E50. Grayscale: #8E8E8E. Windows color (decimal): -4296273 or 11497918. OLE color: 11497918.

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

Color convert

RGB190113175-
CMYK00.410.080.25
HSL311.69º37.2%59.41%-
HSV(B)311.69º40.53%74.51%-
XYZ34.8825.8543.71-
YUV143.09146.01161.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=39.75%
G=23.64%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317500.410.080.25311.6937.259.41
HexBE71AF029819138253b
Octal27616125705110314704573
Binary101111101110001101011110101001100011001100111000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71AF; }

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

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

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

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

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

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

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

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