#BE37B1

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

Shades of Fuchsia #BE37B1

Tints of Fuchsia #BE37B1

Color information

#BE37B1 (or 0xBE37B1) is unknown color: approx Fuchsia. HEX triplet: BE, 37 and B1. RGB value is (190,55,177). Sum of RGB (Red+Green+Blue) = 190+55+177=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE37B1 is #41C84E. Grayscale: #6C6C6C. Windows color (decimal): -4311119 or 11614142. OLE color: 11614142.

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

Color convert

RGB19055177-
CMYK00.710.070.25
HSL305.78º55.1%48.04%-
HSV(B)305.78º71.05%74.51%-
XYZ30.5416.8543.24-
YUV109.27166.23185.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 55 (21.88% from 255) = 13.03%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=45.02%
G=13.03%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905517700.710.070.25305.7855.148.04
HexBE37B10477191323730
Octal2766726101077314626760
Binary10111110110111101100010100011111111001100110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE37B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE37B1; }

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

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

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

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

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

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

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

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