#BE29BA

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

Shades of Fuchsia #BE29BA

Tints of Fuchsia #BE29BA

Color information

#BE29BA (or 0xBE29BA) is unknown color: approx Fuchsia. HEX triplet: BE, 29 and BA. RGB value is (190,41,186). Sum of RGB (Red+Green+Blue) = 190+41+186=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29BA is #41D645. Grayscale: #656565. Windows color (decimal): -4314694 or 12200382. OLE color: 12200382.

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

Color convert

RGB19041186-
CMYK00.780.020.25
HSL301.61º64.5%45.29%-
HSV(B)301.61º78.42%74.51%-
XYZ30.8916.0847.93-
YUV102.08175.36190.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=45.56%
G=9.83%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904118600.780.020.25301.6164.545.29
HexBE29BA04E21912e412d
Octal27651272011623145610155
Binary10111110101001101110100100111010110011001011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29BA; }

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

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

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

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

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

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

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

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