#BE61C6

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

Shades of Fuchsia #BE61C6

Tints of Fuchsia #BE61C6

Color information

#BE61C6 (or 0xBE61C6) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and C6. RGB value is (190,97,198). Sum of RGB (Red+Green+Blue) = 190+97+198=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61C6 is #419E39. Grayscale: #888888. Windows color (decimal): -4300346 or 13001150. OLE color: 13001150.

HSL color Cylindrical-coordinate representation of color #BE61C6: hue angle of 295.25º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE61C6 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19097198-
CMYK0.040.5100.22
HSL295.25º46.98%57.84%-
HSV(B)295.25º51.01%77.65%-
XYZ35.723.5756.09-
YUV136.32162.81166.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=39.18%
G=20%
B=40.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190971980.040.5100.22295.2546.9857.84
HexBE61C64330161272f3a
Octal2761413064630264475772
Binary10111110110000111000110100110011010110100100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61C6; }

 p { color: rgb(190,97,198); }

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

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

 a { background-color: rgb(190,97,198); }

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

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

 span { border-color: rgb(190,97,198); }

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