#BE53B3

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

Shades of Fuchsia #BE53B3

Tints of Fuchsia #BE53B3

Color information

#BE53B3 (or 0xBE53B3) is unknown color: approx Fuchsia. HEX triplet: BE, 53 and B3. RGB value is (190,83,179). Sum of RGB (Red+Green+Blue) = 190+83+179=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53B3 is #41AC4C. Grayscale: #7D7D7D. Windows color (decimal): -4303949 or 11752382. OLE color: 11752382.

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

Color convert

RGB19083179-
CMYK00.560.060.25
HSL306.17º45.15%53.53%-
HSV(B)306.17º56.32%74.51%-
XYZ32.4720.3944.87-
YUV125.94157.95173.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 83 (32.81% from 255) = 18.36%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=42.04%
G=18.36%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908317900.560.060.25306.1745.1553.53
HexBE53B30386191322d36
Octal2761232630706314625566
Binary10111110101001110110011011100011011001100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53B3; }

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

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

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

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

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

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

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

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