#BE72B2

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

Shades of Fuchsia #BE72B2

Tints of Fuchsia #BE72B2

Color information

#BE72B2 (or 0xBE72B2) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and B2. RGB value is (190,114,178). Sum of RGB (Red+Green+Blue) = 190+114+178=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72B2 is #418D4D. Grayscale: #8F8F8F. Windows color (decimal): -4296014 or 11694782. OLE color: 11694782.

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

Color convert

RGB190114178-
CMYK00.400.060.25
HSL309.47º36.89%59.61%-
HSV(B)309.47º40%74.51%-
XYZ35.2926.245.32-
YUV144.02147.18160.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=39.42%
G=23.65%
B=36.93%

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
Decimal19011417800.400.060.25309.4736.8959.61
HexBE72B2028619135253c
Octal2761622620506314654574
Binary10111110111001010110010010100011011001100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72B2; }

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

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

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

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

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

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

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

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