#BE76BD

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

Shades of Fuchsia #BE76BD

Tints of Fuchsia #BE76BD

Color information

#BE76BD (or 0xBE76BD) is unknown color: approx Fuchsia. HEX triplet: BE, 76 and BD. RGB value is (190,118,189). Sum of RGB (Red+Green+Blue) = 190+118+189=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76BD is #418942. Grayscale: #939393. Windows color (decimal): -4294979 or 12416702. OLE color: 12416702.

HSL color Cylindrical-coordinate representation of color #BE76BD: hue angle of 300.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE76BD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190118189-
CMYK00.380.010.25
HSL300.83º35.64%60.39%-
HSV(B)300.83º37.89%74.51%-
XYZ36.927.5851.52-
YUV147.62151.35158.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=38.23%
G=23.74%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011818900.380.010.25300.8335.6460.39
HexBE76BD02611912d243c
Octal2761662750461314554474
Binary101111101110110101111010100110111001100101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76BD; }

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

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

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

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

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

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

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

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