#BE51CA

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

Shades of Fuchsia #BE51CA

Tints of Fuchsia #BE51CA

Color information

#BE51CA (or 0xBE51CA) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and CA. RGB value is (190,81,202). Sum of RGB (Red+Green+Blue) = 190+81+202=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51CA is #41AE35. Grayscale: #7F7F7F. Windows color (decimal): -4304438 or 13259198. OLE color: 13259198.

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

Color convert

RGB19081202-
CMYK0.060.6000.21
HSL294.05º53.3%55.49%-
HSV(B)294.05º59.9%79.22%-
XYZ34.8421.158.11-
YUV127.38170.11172.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=40.17%
G=17.12%
B=42.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190812020.060.6000.21294.0553.355.49
HexBE51CA63C0151263537
Octal2761213126740254466567
Binary10111110101000111001010110111100010101100100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51CA; }

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

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

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

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

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

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

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

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