#BE53CA

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

Shades of Fuchsia #BE53CA

Tints of Fuchsia #BE53CA

Color information

#BE53CA (or 0xBE53CA) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and CA. RGB value is (190,83,202). Sum of RGB (Red+Green+Blue) = 190+83+202=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53CA is #41AC35. Grayscale: #808080. Windows color (decimal): -4303926 or 13259710. OLE color: 13259710.

HSL color Cylindrical-coordinate representation of color #BE53CA: hue angle of 293.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE53CA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19083202-
CMYK0.060.5900.21
HSL293.95º52.89%55.88%-
HSV(B)293.95º58.91%79.22%-
XYZ34.9921.458.16-
YUV128.56169.45171.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 17.47%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=40%
G=17.47%
B=42.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190832020.060.5900.21293.9552.8955.88
HexBE53CA63B0151263538
Octal2761233126730254466570
Binary10111110101001111001010110111011010101100100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53CA; }

 p { color: rgb(190,83,202); }

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

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

 a { background-color: rgb(190,83,202); }

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

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

 span { border-color: rgb(190,83,202); }

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