#BE51B4

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

Shades of Fuchsia #BE51B4

Tints of Fuchsia #BE51B4

Color information

#BE51B4 (or 0xBE51B4) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and B4. RGB value is (190,81,180). Sum of RGB (Red+Green+Blue) = 190+81+180=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51B4 is #41AE4B. Grayscale: #7C7C7C. Windows color (decimal): -4304460 or 11817406. OLE color: 11817406.

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

Color convert

RGB19081180-
CMYK00.570.050.25
HSL305.5º45.61%53.14%-
HSV(B)305.5º57.37%74.51%-
XYZ32.4220.1345.36-
YUV124.88159.11174.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=42.13%
G=17.96%
B=39.91%

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
Decimal1908118000.570.050.25305.545.6153.14
HexBE51B40395191322e35
Octal2761212640715314625665
Binary10111110101000110110100011100110111001100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51B4; }

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

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

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

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

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

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

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

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