#BC79BF

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

Shades of Fuchsia #BC79BF

Tints of Fuchsia #BC79BF

Color information

#BC79BF (or 0xBC79BF) is unknown color: approx Fuchsia. HEX triplet: BC, 79 and BF. RGB value is (188,121,191). Sum of RGB (Red+Green+Blue) = 188+121+191=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79BF is #438640. Grayscale: #949494. Windows color (decimal): -4425281 or 12548540. OLE color: 12548540.

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

Color convert

RGB188121191-
CMYK0.020.3700.25
HSL297.43º35.35%61.18%-
HSV(B)297.43º36.65%74.9%-
XYZ36.9828.1352.77-
YUV149.01151.7155.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 191 (75% from 255) = 38.2%
R=37.6%
G=24.2%
B=38.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881211910.020.3700.25297.4335.3561.18
HexBC79BF225019129233d
Octal2741712772450314514375
Binary1011110011110011011111110100101011001100101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79BF; }

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

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

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

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

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

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

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

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