#BE72B4

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

Shades of Fuchsia #BE72B4

Tints of Fuchsia #BE72B4

Color information

#BE72B4 (or 0xBE72B4) is unknown color: approx Fuchsia. HEX triplet: BE, 72 and B4. RGB value is (190,114,180). Sum of RGB (Red+Green+Blue) = 190+114+180=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72B4 is #418D4B. Grayscale: #909090. Windows color (decimal): -4296012 or 11825854. OLE color: 11825854.

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

Color convert

RGB190114180-
CMYK00.400.050.25
HSL307.89º36.89%59.61%-
HSV(B)307.89º40%74.51%-
XYZ35.4926.2846.38-
YUV144.25148.18160.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=39.26%
G=23.55%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011418000.400.050.25307.8936.8959.61
HexBE72B4028519134253c
Octal2761622640505314644574
Binary10111110111001010110100010100010111001100110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72B4; }

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

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

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

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

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

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

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

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