#BC70BE

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

Shades of Fuchsia #BC70BE

Tints of Fuchsia #BC70BE

Color information

#BC70BE (or 0xBC70BE) is unknown color: approx Fuchsia. HEX triplet: BC, 70 and BE. RGB value is (188,112,190). Sum of RGB (Red+Green+Blue) = 188+112+190=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70BE is #438F41. Grayscale: #8F8F8F. Windows color (decimal): -4427586 or 12480700. OLE color: 12480700.

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

Color convert

RGB188112190-
CMYK0.010.4100.25
HSL298.46º37.5%59.22%-
HSV(B)298.46º41.05%74.51%-
XYZ35.832651.84-
YUV143.62154.18159.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=38.37%
G=22.86%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881121900.010.4100.25298.4637.559.22
HexBC70BE12901912a263b
Octal2741602761510314524673
Binary101111001110000101111101101001011001100101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70BE; }

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

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

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

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

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

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

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

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