#BE78C0

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

Shades of Fuchsia #BE78C0

Tints of Fuchsia #BE78C0

Color information

#BE78C0 (or 0xBE78C0) is unknown color: approx Fuchsia. HEX triplet: BE, 78 and C0. RGB value is (190,120,192). Sum of RGB (Red+Green+Blue) = 190+120+192=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78C0 is #41873F. Grayscale: #949494. Windows color (decimal): -4294464 or 12613822. OLE color: 12613822.

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

Color convert

RGB190120192-
CMYK0.010.3800.25
HSL298.33º36.36%61.18%-
HSV(B)298.33º37.5%75.29%-
XYZ37.4728.1953.33-
YUV149.14152.19157.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=37.85%
G=23.90%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901201920.010.3800.25298.3336.3661.18
HexBE78C012601912a243d
Octal2761703001460314524475
Binary101111101111000110000001100110011001100101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78C0; }

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

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

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

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

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

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

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

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