#BE73C0

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

Shades of Fuchsia #BE73C0

Tints of Fuchsia #BE73C0

Color information

#BE73C0 (or 0xBE73C0) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and C0. RGB value is (190,115,192). Sum of RGB (Red+Green+Blue) = 190+115+192=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C0 is #418C3F. Grayscale: #919191. Windows color (decimal): -4295744 or 12612542. OLE color: 12612542.

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

Color convert

RGB190115192-
CMYK0.010.4000.25
HSL298.44º37.93%60.2%-
HSV(B)298.44º40.1%75.29%-
XYZ36.8827.0153.14-
YUV146.2153.85159.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=38.23%
G=23.14%
B=38.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901151920.010.4000.25298.4437.9360.2
HexBE73C012801912a263c
Octal2761633001500314524674
Binary101111101110011110000001101000011001100101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73C0; }

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

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

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

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

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

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

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

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