#BE2BC5

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

Shades of Fuchsia #BE2BC5

Tints of Fuchsia #BE2BC5

Color information

#BE2BC5 (or 0xBE2BC5) is unknown color: approx Fuchsia. HEX triplet: BE, 2B and C5. RGB value is (190,43,197). Sum of RGB (Red+Green+Blue) = 190+43+197=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE2BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BC5 is #41D43A. Grayscale: #686868. Windows color (decimal): -4314171 or 12921790. OLE color: 12921790.

HSL color Cylindrical-coordinate representation of color #BE2BC5: hue angle of 297.27º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2BC5 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19043197-
CMYK0.040.7800.23
HSL297.27º64.17%47.06%-
HSV(B)297.27º78.17%77.25%-
XYZ32.1816.7154.35-
YUV104.51180.2188.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 43 (17.19% from 255) = 10%
BLUE value IS 197 (77.34% from 255) = 45.81%
R=44.19%
G=10%
B=45.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190431970.040.7800.23297.2764.1747.06
HexBE2BC544E017129402f
Octal27653305411602745110057
Binary101111101010111100010110010011100101111001010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2BC5; }

 p { color: rgb(190,43,197); }

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

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

 a { background-color: rgb(190,43,197); }

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

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

 span { border-color: rgb(190,43,197); }

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