#BE72BD

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

Shades of Fuchsia #BE72BD

Tints of Fuchsia #BE72BD

Color information

#BE72BD (or 0xBE72BD) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and BD. RGB value is (190,114,189). Sum of RGB (Red+Green+Blue) = 190+114+189=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72BD is #418D42. Grayscale: #919191. Windows color (decimal): -4296003 or 12415678. OLE color: 12415678.

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

Color convert

RGB190114189-
CMYK00.400.010.25
HSL300.79º36.89%59.61%-
HSV(B)300.79º40%74.51%-
XYZ36.4426.6651.37-
YUV145.27152.68159.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=38.54%
G=23.12%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011418900.400.010.25300.7936.8959.61
HexBE72BD02811912d253c
Octal2761622750501314554574
Binary101111101110010101111010101000111001100101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72BD; }

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

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

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

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

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

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

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

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