#BE53A8

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

Shades of Fuchsia #BE53A8

Tints of Fuchsia #BE53A8

Color information

#BE53A8 (or 0xBE53A8) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and A8. RGB value is (190,83,168). Sum of RGB (Red+Green+Blue) = 190+83+168=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53A8 is #41AC57. Grayscale: #7C7C7C. Windows color (decimal): -4303960 or 11031486. OLE color: 11031486.

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

Color convert

RGB19083168-
CMYK00.560.120.25
HSL312.34º45.15%53.53%-
HSV(B)312.34º56.32%74.51%-
XYZ31.419.9639.24-
YUV124.68152.45174.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 83 (32.81% from 255) = 18.82%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=43.08%
G=18.82%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908316800.560.120.25312.3445.1553.53
HexBE53A8038C191382d36
Octal27612325007014314705566
Binary101111101010011101010000111000110011001100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53A8; }

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

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

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

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

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

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

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

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