#BC79BE

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

Shades of Fuchsia #BC79BE

Tints of Fuchsia #BC79BE

Color information

#BC79BE (or 0xBC79BE) is unknown color: approx Fuchsia. HEX triplet: BC, 79 and BE. RGB value is (188,121,190). Sum of RGB (Red+Green+Blue) = 188+121+190=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79BE is #438641. Grayscale: #949494. Windows color (decimal): -4425282 or 12483004. OLE color: 12483004.

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

Color convert

RGB188121190-
CMYK0.010.3600.25
HSL298.26º34.67%60.98%-
HSV(B)298.26º36.32%74.51%-
XYZ36.8728.0852.19-
YUV148.9151.2155.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=37.68%
G=24.25%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881211900.010.3600.25298.2634.6760.98
HexBC79BE12401912a233d
Octal2741712761440314524375
Binary101111001111001101111101100100011001100101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79BE; }

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

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

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

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

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

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

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

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