#BC51C7

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

Shades of Fuchsia #BC51C7

Tints of Fuchsia #BC51C7

Color information

#BC51C7 (or 0xBC51C7) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and C7. RGB value is (188,81,199). Sum of RGB (Red+Green+Blue) = 188+81+199=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC51C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51C7 is #43AE38. Grayscale: #7E7E7E. Windows color (decimal): -4435513 or 13062588. OLE color: 13062588.

HSL color Cylindrical-coordinate representation of color #BC51C7: hue angle of 294.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC51C7 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18881199-
CMYK0.060.5900.22
HSL294.41º51.3%54.9%-
HSV(B)294.41º59.3%78.04%-
XYZ33.9920.756.24-
YUV126.44168.95171.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 81 (32.03% from 255) = 17.31%
BLUE value IS 199 (78.12% from 255) = 42.52%
R=40.17%
G=17.31%
B=42.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188811990.060.5900.22294.4151.354.9
HexBC51C763B0161263337
Octal2741213076730264466367
Binary10111100101000111000111110111011010110100100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51C7; }

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

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

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

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

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

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

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

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