#BC51C0

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

Shades of Fuchsia #BC51C0

Tints of Fuchsia #BC51C0

Color information

#BC51C0 (or 0xBC51C0) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and C0. RGB value is (188,81,192). Sum of RGB (Red+Green+Blue) = 188+81+192=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51C0 is #43AE3F. Grayscale: #7D7D7D. Windows color (decimal): -4435520 or 12603836. OLE color: 12603836.

HSL color Cylindrical-coordinate representation of color #BC51C0: hue angle of 297.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC51C0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18881192-
CMYK0.020.5800.25
HSL297.84º46.84%53.53%-
HSV(B)297.84º57.81%75.29%-
XYZ33.220.3852.05-
YUV125.65165.45172.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=40.78%
G=17.57%
B=41.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188811920.020.5800.25297.8446.8453.53
HexBC51C023A01912a2f36
Octal2741213002720314525766
Binary1011110010100011100000010111010011001100101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51C0; }

 p { color: rgb(188,81,192); }

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

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

 a { background-color: rgb(188,81,192); }

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

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

 span { border-color: rgb(188,81,192); }

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