#BE52C7

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

Shades of Fuchsia #BE52C7

Tints of Fuchsia #BE52C7

Color information

#BE52C7 (or 0xBE52C7) is unknown color: approx Fuchsia. HEX triplet: BE, 52 and C7. RGB value is (190,82,199). Sum of RGB (Red+Green+Blue) = 190+82+199=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52C7 is #41AD38. Grayscale: #7F7F7F. Windows color (decimal): -4304185 or 13062846. OLE color: 13062846.

HSL color Cylindrical-coordinate representation of color #BE52C7: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE52C7 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19082199-
CMYK0.050.5900.22
HSL295.38º51.09%55.1%-
HSV(B)295.38º58.79%78.04%-
XYZ34.5621.1156.28-
YUV127.63168.28172.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 199 (78.12% from 255) = 42.25%
R=40.34%
G=17.41%
B=42.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190821990.050.5900.22295.3851.0955.1
HexBE52C753B0161273337
Octal2761223075730264476367
Binary10111110101001011000111101111011010110100100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52C7; }

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

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

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

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

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

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

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

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