#BE76C1

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

Shades of Fuchsia #BE76C1

Tints of Fuchsia #BE76C1

Color information

#BE76C1 (or 0xBE76C1) is unknown color: approx Fuchsia. HEX triplet: BE, 76 and C1. RGB value is (190,118,193). Sum of RGB (Red+Green+Blue) = 190+118+193=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C1 is #41893E. Grayscale: #939393. Windows color (decimal): -4294975 or 12678846. OLE color: 12678846.

HSL color Cylindrical-coordinate representation of color #BE76C1: hue angle of 297.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE76C1 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190118193-
CMYK0.020.3900.24
HSL297.6º37.69%60.98%-
HSV(B)297.6º38.86%75.69%-
XYZ37.3427.7553.84-
YUV148.08153.35157.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=37.92%
G=23.55%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901181930.020.3900.24297.637.6960.98
HexBE76C122701812a263d
Octal2761663012470304524675
Binary1011111011101101100000110100111011000100101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76C1; }

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

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

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

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

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

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

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

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