#BE32AD

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

Shades of Fuchsia #BE32AD

Tints of Fuchsia #BE32AD

Color information

#BE32AD (or 0xBE32AD) is unknown color: approx Fuchsia. HEX triplet: BE, 32 and AD. RGB value is (190,50,173). Sum of RGB (Red+Green+Blue) = 190+50+173=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AD is #41CD52. Grayscale: #696969. Windows color (decimal): -4312403 or 11350718. OLE color: 11350718.

HSL color Cylindrical-coordinate representation of color #BE32AD: hue angle of 307.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE32AD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19050173-
CMYK00.740.090.25
HSL307.29º58.33%47.06%-
HSV(B)307.29º73.68%74.51%-
XYZ29.9216.2541.09-
YUV105.88165.88188-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=46.00%
G=12.11%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905017300.740.090.25307.2958.3347.06
HexBE32AD04A9191333a2f
Octal27662255011211314637257
Binary101111101100101010110101001010100111001100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE32AD; }

 p { color: rgb(190,50,173); }

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

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

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

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

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

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

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