#BE3AB5

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

Shades of Fuchsia #BE3AB5

Tints of Fuchsia #BE3AB5

Color information

#BE3AB5 (or 0xBE3AB5) is unknown color: approx Fuchsia. HEX triplet: BE, 3A and B5. RGB value is (190,58,181). Sum of RGB (Red+Green+Blue) = 190+58+181=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3AB5 is #41C54A. Grayscale: #6F6F6F. Windows color (decimal): -4310347 or 11877054. OLE color: 11877054.

HSL color Cylindrical-coordinate representation of color #BE3AB5: hue angle of 304.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3AB5 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19058181-
CMYK00.690.050.25
HSL304.09º53.23%48.63%-
HSV(B)304.09º69.47%74.51%-
XYZ31.0917.3145.42-
YUV111.49167.23184-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=44.29%
G=13.52%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905818100.690.050.25304.0953.2348.63
HexBE3AB50455191303531
Octal2767226501055314606561
Binary10111110111010101101010100010110111001100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3AB5; }

 p { color: rgb(190,58,181); }

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

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

 a { background-color: rgb(190,58,181); }

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

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

 span { border-color: rgb(190,58,181); }

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