#BE61B9

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

Shades of Fuchsia #BE61B9

Tints of Fuchsia #BE61B9

Color information

#BE61B9 (or 0xBE61B9) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and B9. RGB value is (190,97,185). Sum of RGB (Red+Green+Blue) = 190+97+185=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61B9 is #419E46. Grayscale: #868686. Windows color (decimal): -4300359 or 12149182. OLE color: 12149182.

HSL color Cylindrical-coordinate representation of color #BE61B9: hue angle of 303.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61B9 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19097185-
CMYK00.490.030.25
HSL303.23º41.7%56.27%-
HSV(B)303.23º48.95%74.51%-
XYZ34.272348.53-
YUV134.84156.31167.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=40.25%
G=20.55%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909718500.490.030.25303.2341.756.27
HexBE61B903131912f2a38
Octal2761412710613314575270
Binary1011111011000011011100101100011111001100101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61B9; }

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

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

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

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

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

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

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

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