#BE48A8

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

Shades of Fuchsia #BE48A8

Tints of Fuchsia #BE48A8

Color information

#BE48A8 (or 0xBE48A8) is unknown color: approx Fuchsia. HEX triplet: BE, 48 and A8. RGB value is (190,72,168). Sum of RGB (Red+Green+Blue) = 190+72+168=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A8 is #41B757. Grayscale: #757575. Windows color (decimal): -4306776 or 11028670. OLE color: 11028670.

HSL color Cylindrical-coordinate representation of color #BE48A8: hue angle of 311.19º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE48A8 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19072168-
CMYK00.620.120.25
HSL311.19º47.58%51.37%-
HSV(B)311.19º62.11%74.51%-
XYZ30.6218.4138.99-
YUV118.23156.09179.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=44.19%
G=16.74%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907216800.620.120.25311.1947.5851.37
HexBE48A803EC191373033
Octal27611025007614314676063
Binary101111101001000101010000111110110011001100110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48A8; }

 p { color: rgb(190,72,168); }

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

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

 a { background-color: rgb(190,72,168); }

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

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

 span { border-color: rgb(190,72,168); }

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