#BE47A7

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

Shades of Fuchsia #BE47A7

Tints of Fuchsia #BE47A7

Color information

#BE47A7 (or 0xBE47A7) is unknown color: approx Fuchsia. HEX triplet: BE, 47 and A7. RGB value is (190,71,167). Sum of RGB (Red+Green+Blue) = 190+71+167=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE47A7 is #41B858. Grayscale: #757575. Windows color (decimal): -4307033 or 10962878. OLE color: 10962878.

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

Color convert

RGB19071167-
CMYK00.630.120.25
HSL311.6º47.79%51.18%-
HSV(B)311.6º62.63%74.51%-
XYZ30.4618.2438.47-
YUV117.52155.92179.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=44.39%
G=16.59%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907116700.630.120.25311.647.7951.18
HexBE47A703FC191383033
Octal27610724707714314706063
Binary101111101000111101001110111111110011001100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE47A7; }

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

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

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

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

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

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

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

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