#BE78BE

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

Shades of Fuchsia #BE78BE

Tints of Fuchsia #BE78BE

Color information

#BE78BE (or 0xBE78BE) is unknown color: approx Fuchsia. HEX triplet: BE, 78 and BE. RGB value is (190,120,190). Sum of RGB (Red+Green+Blue) = 190+120+190=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78BE is #418741. Grayscale: #949494. Windows color (decimal): -4294466 or 12482750. OLE color: 12482750.

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

Color convert

RGB190120190-
CMYK00.3700.25
HSL300º35%60.78%-
HSV(B)300º36.84%74.51%-
XYZ37.2528.152.18-
YUV148.91151.19157.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 190 (74.61% from 255) = 38%
R=38%
G=24%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012019000.3700.253003560.78
HexBE78BE02501912c233d
Octal2761702760450314544375
Binary101111101111000101111100100101011001100101100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78BE; }

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

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

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

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

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

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

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

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