#BE52BF

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

Shades of Fuchsia #BE52BF

Tints of Fuchsia #BE52BF

Color information

#BE52BF (or 0xBE52BF) is unknown color: approx Fuchsia. HEX triplet: BE, 52 and BF. RGB value is (190,82,191). Sum of RGB (Red+Green+Blue) = 190+82+191=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE52BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52BF is #41AD40. Grayscale: #7E7E7E. Windows color (decimal): -4304193 or 12538558. OLE color: 12538558.

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

Color convert

RGB19082191-
CMYK0.010.5700.25
HSL299.45º45.99%53.53%-
HSV(B)299.45º57.07%74.9%-
XYZ33.6620.7451.52-
YUV126.72164.28173.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 191 (75% from 255) = 41.25%
R=41.04%
G=17.71%
B=41.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190821910.010.5700.25299.4545.9953.53
HexBE52BF13901912b2e36
Octal2761222771710314535666
Binary101111101010010101111111111001011001100101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52BF; }

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

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

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

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

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

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

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

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