#BE74B9

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

Shades of Fuchsia #BE74B9

Tints of Fuchsia #BE74B9

Color information

#BE74B9 (or 0xBE74B9) is unknown color: approx Fuchsia. HEX triplet: BE, 74 and B9. RGB value is (190,116,185). Sum of RGB (Red+Green+Blue) = 190+116+185=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B9 is #418B46. Grayscale: #919191. Windows color (decimal): -4295495 or 12154046. OLE color: 12154046.

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

Color convert

RGB190116185-
CMYK00.390.030.25
HSL304.05º36.27%60%-
HSV(B)304.05º38.95%74.51%-
XYZ36.2426.9449.19-
YUV145.99150.02159.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=38.70%
G=23.63%
B=37.68%

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
Decimal19011618500.390.030.25304.0536.2760
HexBE74B9027319130243c
Octal2761642710473314604474
Binary1011111011101001011100101001111111001100110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74B9; }

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

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

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

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

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

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

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

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