#BE3AB7

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

Shades of Fuchsia #BE3AB7

Tints of Fuchsia #BE3AB7

Color information

#BE3AB7 (or 0xBE3AB7) is unknown color: approx Fuchsia. HEX triplet: BE, 3A and B7. RGB value is (190,58,183). Sum of RGB (Red+Green+Blue) = 190+58+183=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3AB7 is #41C548. Grayscale: #6F6F6F. Windows color (decimal): -4310345 or 12008126. OLE color: 12008126.

HSL color Cylindrical-coordinate representation of color #BE3AB7: hue angle of 303.18º 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 #BE3AB7 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19058183-
CMYK00.690.040.25
HSL303.18º53.23%48.63%-
HSV(B)303.18º69.47%74.51%-
XYZ31.317.3946.51-
YUV111.72168.23183.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 183 (71.88% from 255) = 42.46%
R=44.08%
G=13.46%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905818300.690.040.25303.1853.2348.63
HexBE3AB704541912f3531
Octal2767226701054314576561
Binary10111110111010101101110100010110011001100101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3AB7; }

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

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

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

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

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

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

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

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