#BE71B3

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

Shades of Fuchsia #BE71B3

Tints of Fuchsia #BE71B3

Color information

#BE71B3 (or 0xBE71B3) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and B3. RGB value is (190,113,179). Sum of RGB (Red+Green+Blue) = 190+113+179=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71B3 is #418E4C. Grayscale: #8F8F8F. Windows color (decimal): -4296269 or 11760062. OLE color: 11760062.

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

Color convert

RGB190113179-
CMYK00.410.060.25
HSL308.57º37.2%59.41%-
HSV(B)308.57º40.53%74.51%-
XYZ35.2826.0145.81-
YUV143.55148.01161.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=39.42%
G=23.44%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317900.410.060.25308.5737.259.41
HexBE71B3029619135253b
Octal2761612630516314654573
Binary10111110111000110110011010100111011001100110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71B3; }

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

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

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

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

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

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

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

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