#BC70C4

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

Shades of Fuchsia #BC70C4

Tints of Fuchsia #BC70C4

Color information

#BC70C4 (or 0xBC70C4) is unknown color: approx Fuchsia. HEX triplet: BC, 70 and C4. RGB value is (188,112,196). Sum of RGB (Red+Green+Blue) = 188+112+196=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70C4 is #438F3B. Grayscale: #909090. Windows color (decimal): -4427580 or 12873916. OLE color: 12873916.

HSL color Cylindrical-coordinate representation of color #BC70C4: hue angle of 294.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC70C4 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188112196-
CMYK0.040.4300.23
HSL294.29º41.58%60.39%-
HSV(B)294.29º42.86%76.86%-
XYZ36.526.2755.37-
YUV144.3157.18159.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=37.90%
G=22.58%
B=39.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881121960.040.4300.23294.2941.5860.39
HexBC70C442B0171262a3c
Octal2741603044530274465274
Binary10111100111000011000100100101011010111100100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70C4; }

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

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

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

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

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

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

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

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