#BE56C4

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

Shades of Fuchsia #BE56C4

Tints of Fuchsia #BE56C4

Color information

#BE56C4 (or 0xBE56C4) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and C4. RGB value is (190,86,196). Sum of RGB (Red+Green+Blue) = 190+86+196=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56C4 is #41A93B. Grayscale: #818181. Windows color (decimal): -4303164 or 12867262. OLE color: 12867262.

HSL color Cylindrical-coordinate representation of color #BE56C4: hue angle of 296.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE56C4 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19086196-
CMYK0.030.5600.23
HSL296.73º48.25%55.29%-
HSV(B)296.73º56.12%76.86%-
XYZ34.5321.5954.57-
YUV129.64165.46171.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=40.25%
G=18.22%
B=41.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190861960.030.5600.23296.7348.2555.29
HexBE56C43380171293037
Octal2761263043700274516067
Binary1011111010101101100010011111000010111100101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56C4; }

 p { color: rgb(190,86,196); }

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

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

 a { background-color: rgb(190,86,196); }

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

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

 span { border-color: rgb(190,86,196); }

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