#BE29B7

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

Shades of Fuchsia #BE29B7

Tints of Fuchsia #BE29B7

Color information

#BE29B7 (or 0xBE29B7) is unknown color: approx Fuchsia. HEX triplet: BE, 29 and B7. RGB value is (190,41,183). Sum of RGB (Red+Green+Blue) = 190+41+183=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29B7 is #41D648. Grayscale: #656565. Windows color (decimal): -4314697 or 12003774. OLE color: 12003774.

HSL color Cylindrical-coordinate representation of color #BE29B7: hue angle of 302.82º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE29B7 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19041183-
CMYK00.780.040.25
HSL302.82º64.5%45.29%-
HSV(B)302.82º78.42%74.51%-
XYZ30.5815.9546.27-
YUV101.74173.86190.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=45.89%
G=9.90%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904118300.780.040.25302.8264.545.29
HexBE29B704E41912f412d
Octal27651267011643145710155
Binary101111101010011011011101001110100110011001011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29B7; }

 p { color: rgb(190,41,183); }

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

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

 a { background-color: rgb(190,41,183); }

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

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

 span { border-color: rgb(190,41,183); }

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