#BE72C0

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

Shades of Fuchsia #BE72C0

Tints of Fuchsia #BE72C0

Color information

#BE72C0 (or 0xBE72C0) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and C0. RGB value is (190,114,192). Sum of RGB (Red+Green+Blue) = 190+114+192=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72C0 is #418D3F. Grayscale: #919191. Windows color (decimal): -4296000 or 12612286. OLE color: 12612286.

HSL color Cylindrical-coordinate representation of color #BE72C0: hue angle of 298.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE72C0 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190114192-
CMYK0.010.4100.25
HSL298.46º38.24%60%-
HSV(B)298.46º40.62%75.29%-
XYZ36.7726.7953.1-
YUV145.62154.18159.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=38.31%
G=22.98%
B=38.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901141920.010.4100.25298.4638.2460
HexBE72C012901912a263c
Octal2761623001510314524674
Binary101111101110010110000001101001011001100101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72C0; }

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

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

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

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

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

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

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

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