#BE72BE

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

Shades of Fuchsia #BE72BE

Tints of Fuchsia #BE72BE

Color information

#BE72BE (or 0xBE72BE) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and BE. RGB value is (190,114,190). Sum of RGB (Red+Green+Blue) = 190+114+190=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72BE is #418D41. Grayscale: #919191. Windows color (decimal): -4296002 or 12481214. OLE color: 12481214.

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

Color convert

RGB190114190-
CMYK00.4000.25
HSL300º36.89%59.61%-
HSV(B)300º40%74.51%-
XYZ36.5526.751.94-
YUV145.39153.18159.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=38.46%
G=23.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011419000.4000.2530036.8959.61
HexBE72BE02801912c253c
Octal2761622760500314544574
Binary101111101110010101111100101000011001100101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72BE; }

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

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

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

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

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

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

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

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