#BE42A7

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

Shades of Fuchsia #BE42A7

Tints of Fuchsia #BE42A7

Color information

#BE42A7 (or 0xBE42A7) is unknown color: approx Fuchsia. HEX triplet: BE, 42 and A7. RGB value is (190,66,167). Sum of RGB (Red+Green+Blue) = 190+66+167=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A7 is #41BD58. Grayscale: #727272. Windows color (decimal): -4308313 or 10961598. OLE color: 10961598.

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

Color convert

RGB19066167-
CMYK00.650.120.25
HSL311.13º48.82%50.2%-
HSV(B)311.13º65.26%74.51%-
XYZ30.1617.6338.37-
YUV114.59157.58181.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=44.92%
G=15.60%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906616700.650.120.25311.1348.8250.2
HexBE42A7041C191373132
Octal276102247010114314676162
Binary1011111010000101010011101000001110011001100110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42A7; }

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

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

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

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

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

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

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

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