#BE72BB

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

Shades of Fuchsia #BE72BB

Tints of Fuchsia #BE72BB

Color information

#BE72BB (or 0xBE72BB) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and BB. RGB value is (190,114,187). Sum of RGB (Red+Green+Blue) = 190+114+187=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72BB is #418D44. Grayscale: #909090. Windows color (decimal): -4296005 or 12284606. OLE color: 12284606.

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

Color convert

RGB190114187-
CMYK00.400.020.25
HSL302.37º36.89%59.61%-
HSV(B)302.37º40%74.51%-
XYZ36.2226.5750.23-
YUV145.05151.68160.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=38.70%
G=23.22%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011418700.400.020.25302.3736.8959.61
HexBE72BB02821912e253c
Octal2761622730502314564574
Binary1011111011100101011101101010001011001100101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72BB; }

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

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

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

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

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

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

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

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