#BE51B9

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

Shades of Fuchsia #BE51B9

Tints of Fuchsia #BE51B9

Color information

#BE51B9 (or 0xBE51B9) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and B9. RGB value is (190,81,185). Sum of RGB (Red+Green+Blue) = 190+81+185=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51B9 is #41AE46. Grayscale: #7D7D7D. Windows color (decimal): -4304455 or 12145086. OLE color: 12145086.

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

Color convert

RGB19081185-
CMYK00.570.030.25
HSL302.75º45.61%53.14%-
HSV(B)302.75º57.37%74.51%-
XYZ32.9320.3348.09-
YUV125.45161.61174.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=41.67%
G=17.76%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908118500.570.030.25302.7545.6153.14
HexBE51B903931912f2e35
Octal2761212710713314575665
Binary1011111010100011011100101110011111001100101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51B9; }

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

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

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

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

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

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

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

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