#BE73BB

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

Shades of Fuchsia #BE73BB

Tints of Fuchsia #BE73BB

Color information

#BE73BB (or 0xBE73BB) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and BB. RGB value is (190,115,187). Sum of RGB (Red+Green+Blue) = 190+115+187=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BB is #418C44. Grayscale: #919191. Windows color (decimal): -4295749 or 12284862. OLE color: 12284862.

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

Color convert

RGB190115187-
CMYK00.390.020.25
HSL302.4º36.59%59.8%-
HSV(B)302.4º39.47%74.51%-
XYZ36.3426.850.27-
YUV145.63151.35159.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=38.62%
G=23.37%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518700.390.020.25302.436.5959.8
HexBE73BB02721912e253c
Octal2761632730472314564574
Binary1011111011100111011101101001111011001100101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73BB; }

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

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

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

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

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

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

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

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