#BE41CA

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

Shades of Fuchsia #BE41CA

Tints of Fuchsia #BE41CA

Color information

#BE41CA (or 0xBE41CA) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and CA. RGB value is (190,65,202). Sum of RGB (Red+Green+Blue) = 190+65+202=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41CA is #41BE35. Grayscale: #757575. Windows color (decimal): -4308534 or 13255102. OLE color: 13255102.

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

Color convert

RGB19065202-
CMYK0.060.6800.21
HSL294.74º56.38%52.35%-
HSV(B)294.74º67.82%79.22%-
XYZ33.7918.9957.76-
YUV117.99175.41179.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=41.58%
G=14.22%
B=44.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190652020.060.6800.21294.7456.3852.35
HexBE41CA6440151273834
Octal27610131261040254477064
Binary101111101000001110010101101000100010101100100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41CA; }

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

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

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

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

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

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

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

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