#BC51A8

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

Shades of Fuchsia #BC51A8

Tints of Fuchsia #BC51A8

Color information

#BC51A8 (or 0xBC51A8) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and A8. RGB value is (188,81,168). Sum of RGB (Red+Green+Blue) = 188+81+168=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51A8 is #43AE57. Grayscale: #7A7A7A. Windows color (decimal): -4435544 or 11030972. OLE color: 11030972.

HSL color Cylindrical-coordinate representation of color #BC51A8: hue angle of 311.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC51A8 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18881168-
CMYK00.570.110.26
HSL311.21º44.4%52.75%-
HSV(B)311.21º56.91%73.73%-
XYZ30.7519.439.17-
YUV122.91153.45174.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=43.02%
G=18.54%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888116800.570.110.26311.2144.452.75
HexBC51A8039B1A1372c35
Octal27412125007113324675465
Binary101111001010001101010000111001101111010100110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51A8; }

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

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

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

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

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

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

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

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