#BE71BD

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

Shades of Fuchsia #BE71BD

Tints of Fuchsia #BE71BD

Color information

#BE71BD (or 0xBE71BD) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and BD. RGB value is (190,113,189). Sum of RGB (Red+Green+Blue) = 190+113+189=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BD is #418E42. Grayscale: #909090. Windows color (decimal): -4296259 or 12415422. OLE color: 12415422.

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

Color convert

RGB190113189-
CMYK00.410.010.25
HSL300.78º37.2%59.41%-
HSV(B)300.78º40.53%74.51%-
XYZ36.3326.4351.33-
YUV144.69153.01160.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=38.62%
G=22.97%
B=38.41%

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
Decimal19011318900.410.010.25300.7837.259.41
HexBE71BD02911912d253b
Octal2761612750511314554573
Binary101111101110001101111010101001111001100101101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71BD; }

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

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

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

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

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

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

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

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