#BE37AF

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

Shades of Fuchsia #BE37AF

Tints of Fuchsia #BE37AF

Color information

#BE37AF (or 0xBE37AF) is unknown color: approx Fuchsia. HEX triplet: BE, 37 and AF. RGB value is (190,55,175). Sum of RGB (Red+Green+Blue) = 190+55+175=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE37AF is #41C850. Grayscale: #6C6C6C. Windows color (decimal): -4311121 or 11483070. OLE color: 11483070.

HSL color Cylindrical-coordinate representation of color #BE37AF: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE37AF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19055175-
CMYK00.710.080.25
HSL306.67º55.1%48.04%-
HSV(B)306.67º71.05%74.51%-
XYZ30.3416.7742.2-
YUV109.04165.23185.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 55 (21.88% from 255) = 13.10%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=45.24%
G=13.10%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905517500.710.080.25306.6755.148.04
HexBE37AF0478191333730
Octal27667257010710314636760
Binary101111101101111010111101000111100011001100110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE37AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE37AF; }

 p { color: rgb(190,55,175); }

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

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

 a { background-color: rgb(190,55,175); }

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

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

 span { border-color: rgb(190,55,175); }

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