#BE52B8

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

Shades of Fuchsia #BE52B8

Tints of Fuchsia #BE52B8

Color information

#BE52B8 (or 0xBE52B8) is unknown color: approx Fuchsia. HEX triplet: BE, 52 and B8. RGB value is (190,82,184). Sum of RGB (Red+Green+Blue) = 190+82+184=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52B8 is #41AD47. Grayscale: #7D7D7D. Windows color (decimal): -4304200 or 12079806. OLE color: 12079806.

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

Color convert

RGB19082184-
CMYK00.570.030.25
HSL303.33º45.38%53.33%-
HSV(B)303.33º56.84%74.51%-
XYZ32.920.4447.56-
YUV125.92160.78173.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=41.67%
G=17.98%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908218400.570.030.25303.3345.3853.33
HexBE52B803931912f2d35
Octal2761222700713314575565
Binary1011111010100101011100001110011111001100101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52B8; }

 p { color: rgb(190,82,184); }

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

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

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

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

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

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

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