#BE73B9

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

Shades of Fuchsia #BE73B9

Tints of Fuchsia #BE73B9

Color information

#BE73B9 (or 0xBE73B9) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and B9. RGB value is (190,115,185). Sum of RGB (Red+Green+Blue) = 190+115+185=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B9 is #418C46. Grayscale: #919191. Windows color (decimal): -4295751 or 12153790. OLE color: 12153790.

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

Color convert

RGB190115185-
CMYK00.390.030.25
HSL304º36.59%59.8%-
HSV(B)304º39.47%74.51%-
XYZ36.1226.7149.15-
YUV145.4150.35159.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=38.78%
G=23.47%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518500.390.030.2530436.5959.8
HexBE73B9027319130253c
Octal2761632710473314604574
Binary1011111011100111011100101001111111001100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B9; }

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

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

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

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

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

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

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

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