#BE61C1

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

Shades of Fuchsia #BE61C1

Tints of Fuchsia #BE61C1

Color information

#BE61C1 (or 0xBE61C1) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and C1. RGB value is (190,97,193). Sum of RGB (Red+Green+Blue) = 190+97+193=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61C1 is #419E3E. Grayscale: #878787. Windows color (decimal): -4300351 or 12673470. OLE color: 12673470.

HSL color Cylindrical-coordinate representation of color #BE61C1: hue angle of 298.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE61C1 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19097193-
CMYK0.020.5000.24
HSL298.12º43.64%56.86%-
HSV(B)298.12º49.74%75.69%-
XYZ35.1423.3553.11-
YUV135.75160.31166.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=39.58%
G=20.21%
B=40.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190971930.020.5000.24298.1243.6456.86
HexBE61C123201812a2c39
Octal2761413012620304525471
Binary1011111011000011100000110110010011000100101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61C1; }

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

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

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

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

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

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

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

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