#BC78BE

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

Shades of Fuchsia #BC78BE

Tints of Fuchsia #BC78BE

Color information

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

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

Color convert

RGB188120190-
CMYK0.010.3700.25
HSL298.29º35%60.78%-
HSV(B)298.29º36.84%74.51%-
XYZ36.7527.8452.15-
YUV148.31151.53156.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881201900.010.3700.25298.293560.78
HexBC78BE12501912a233d
Octal2741702761450314524375
Binary101111001111000101111101100101011001100101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78BE; }

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

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

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

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

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

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

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

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