#BE2EB8

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

Shades of Fuchsia #BE2EB8

Tints of Fuchsia #BE2EB8

Color information

#BE2EB8 (or 0xBE2EB8) is unknown color: approx Fuchsia. HEX triplet: BE, 2E and B8. RGB value is (190,46,184). Sum of RGB (Red+Green+Blue) = 190+46+184=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EB8 is #41D147. Grayscale: #686868. Windows color (decimal): -4313416 or 12070590. OLE color: 12070590.

HSL color Cylindrical-coordinate representation of color #BE2EB8: hue angle of 302.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EB8 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19046184-
CMYK00.760.030.25
HSL302.5º61.02%46.27%-
HSV(B)302.5º75.79%74.51%-
XYZ30.8616.3646.88-
YUV104.79172.71188.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=45.24%
G=10.95%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904618400.760.030.25302.561.0246.27
HexBE2EB804C31912e3d2e
Octal2765627001143314567556
Binary1011111010111010111000010011001111001100101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2EB8; }

 p { color: rgb(190,46,184); }

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

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

 a { background-color: rgb(190,46,184); }

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

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

 span { border-color: rgb(190,46,184); }

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