#BC51A7

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

Shades of Fuchsia #BC51A7

Tints of Fuchsia #BC51A7

Color information

#BC51A7 (or 0xBC51A7) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and A7. RGB value is (188,81,167). Sum of RGB (Red+Green+Blue) = 188+81+167=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51A7 is #43AE58. Grayscale: #7A7A7A. Windows color (decimal): -4435545 or 10965436. OLE color: 10965436.

HSL color Cylindrical-coordinate representation of color #BC51A7: hue angle of 311.78º 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 #BC51A7 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18881167-
CMYK00.570.110.26
HSL311.78º44.4%52.75%-
HSV(B)311.78º56.91%73.73%-
XYZ30.6619.3738.68-
YUV122.8152.95174.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=43.12%
G=18.58%
B=38.30%

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
Decimal1888116700.570.110.26311.7844.452.75
HexBC51A7039B1A1382c35
Octal27412124707113324705465
Binary101111001010001101001110111001101111010100111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51A7; }

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

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

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

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

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

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

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

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