#BE2AB8

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

Shades of Fuchsia #BE2AB8

Tints of Fuchsia #BE2AB8

Color information

#BE2AB8 (or 0xBE2AB8) is unknown color: approx Fuchsia. HEX triplet: BE, 2A and B8. RGB value is (190,42,184). Sum of RGB (Red+Green+Blue) = 190+42+184=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB8 is #41D547. Grayscale: #666666. Windows color (decimal): -4314440 or 12069566. OLE color: 12069566.

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

Color convert

RGB19042184-
CMYK00.780.030.25
HSL302.43º63.79%45.49%-
HSV(B)302.43º77.89%74.51%-
XYZ30.7116.0646.83-
YUV102.44174.03190.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 42 (16.80% from 255) = 10.10%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=45.67%
G=10.10%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904218400.780.030.25302.4363.7945.49
HexBE2AB804E31912e402d
Octal27652270011633145610055
Binary10111110101010101110000100111011110011001011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2AB8; }

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

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

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

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

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

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

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

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