#BE51B5

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

Shades of Fuchsia #BE51B5

Tints of Fuchsia #BE51B5

Color information

#BE51B5 (or 0xBE51B5) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and B5. RGB value is (190,81,181). Sum of RGB (Red+Green+Blue) = 190+81+181=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51B5 is #41AE4A. Grayscale: #7C7C7C. Windows color (decimal): -4304459 or 11882942. OLE color: 11882942.

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

Color convert

RGB19081181-
CMYK00.570.050.25
HSL304.95º45.61%53.14%-
HSV(B)304.95º57.37%74.51%-
XYZ32.5220.1745.9-
YUV124.99159.61174.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=42.04%
G=17.92%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908118100.570.050.25304.9545.6153.14
HexBE51B50395191312e35
Octal2761212650715314615665
Binary10111110101000110110101011100110111001100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51B5; }

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

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

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

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

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

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

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

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