#BE73C6

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

Shades of Fuchsia #BE73C6

Tints of Fuchsia #BE73C6

Color information

#BE73C6 (or 0xBE73C6) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and C6. RGB value is (190,115,198). Sum of RGB (Red+Green+Blue) = 190+115+198=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C6 is #418C39. Grayscale: #929292. Windows color (decimal): -4295738 or 13005758. OLE color: 13005758.

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

Color convert

RGB190115198-
CMYK0.040.4200.22
HSL294.22º42.13%61.37%-
HSV(B)294.22º41.92%77.65%-
XYZ37.5627.2956.71-
YUV146.89156.85158.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=37.77%
G=22.86%
B=39.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901151980.040.4200.22294.2242.1361.37
HexBE73C642A0161262a3d
Octal2761633064520264465275
Binary10111110111001111000110100101010010110100100110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73C6; }

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

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

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

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

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

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

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

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