#BE29BE

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

Shades of Fuchsia #BE29BE

Tints of Fuchsia #BE29BE

Color information

#BE29BE (or 0xBE29BE) is unknown color: approx Fuchsia. HEX triplet: BE, 29 and BE. RGB value is (190,41,190). Sum of RGB (Red+Green+Blue) = 190+41+190=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29BE is #41D641. Grayscale: #666666. Windows color (decimal): -4314690 or 12462526. OLE color: 12462526.

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

Color convert

RGB19041190-
CMYK00.7800.25
HSL300º64.5%45.29%-
HSV(B)300º78.42%74.51%-
XYZ31.3216.2550.2-
YUV102.54177.36190.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 41 (16.41% from 255) = 9.74%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=45.13%
G=9.74%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904119000.7800.2530064.545.29
HexBE29BE04E01912c412d
Octal27651276011603145410155
Binary1011111010100110111110010011100110011001011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29BE; }

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

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

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

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

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

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

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

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