#BE72B3

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

Shades of Fuchsia #BE72B3

Tints of Fuchsia #BE72B3

Color information

#BE72B3 (or 0xBE72B3) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and B3. RGB value is (190,114,179). Sum of RGB (Red+Green+Blue) = 190+114+179=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72B3 is #418D4C. Grayscale: #8F8F8F. Windows color (decimal): -4296013 or 11760318. OLE color: 11760318.

HSL color Cylindrical-coordinate representation of color #BE72B3: hue angle of 308.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE72B3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB190114179-
CMYK00.400.060.25
HSL308.68º36.89%59.61%-
HSV(B)308.68º40%74.51%-
XYZ35.3926.2445.85-
YUV144.13147.68160.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=39.34%
G=23.60%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011417900.400.060.25308.6836.8959.61
HexBE72B3028619135253c
Octal2761622630506314654574
Binary10111110111001010110011010100011011001100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72B3; }

 p { color: rgb(190,114,179); }

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

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

 a { background-color: rgb(190,114,179); }

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

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

 span { border-color: rgb(190,114,179); }

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