#BE78BC

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

Shades of Fuchsia #BE78BC

Tints of Fuchsia #BE78BC

Color information

#BE78BC (or 0xBE78BC) is unknown color: approx Fuchsia. HEX triplet: BE, 78 and BC. RGB value is (190,120,188). Sum of RGB (Red+Green+Blue) = 190+120+188=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78BC is #418743. Grayscale: #949494. Windows color (decimal): -4294468 or 12351678. OLE color: 12351678.

HSL color Cylindrical-coordinate representation of color #BE78BC: hue angle of 301.71º 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 #BE78BC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190120188-
CMYK00.370.010.25
HSL301.71º35%60.78%-
HSV(B)301.71º36.84%74.51%-
XYZ37.0328.0151.03-
YUV148.68150.19157.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=38.15%
G=24.10%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012018800.370.010.25301.713560.78
HexBE78BC02511912e233d
Octal2761702740451314564375
Binary101111101111000101111000100101111001100101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78BC; }

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

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

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

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

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

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

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

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