#BE48A7

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

Shades of Fuchsia #BE48A7

Tints of Fuchsia #BE48A7

Color information

#BE48A7 (or 0xBE48A7) is unknown color: approx Fuchsia. HEX triplet: BE, 48 and A7. RGB value is (190,72,167). Sum of RGB (Red+Green+Blue) = 190+72+167=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A7 is #41B758. Grayscale: #757575. Windows color (decimal): -4306777 or 10963134. OLE color: 10963134.

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

Color convert

RGB19072167-
CMYK00.620.120.25
HSL311.69º47.58%51.37%-
HSV(B)311.69º62.11%74.51%-
XYZ30.5318.3738.5-
YUV118.11155.59179.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=44.29%
G=16.78%
B=38.93%

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
Decimal1907216700.620.120.25311.6947.5851.37
HexBE48A703EC191383033
Octal27611024707614314706063
Binary101111101001000101001110111110110011001100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48A7; }

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

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

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

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

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

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

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

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