#BC51B5

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

Shades of Fuchsia #BC51B5

Tints of Fuchsia #BC51B5

Color information

#BC51B5 (or 0xBC51B5) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and B5. RGB value is (188,81,181). Sum of RGB (Red+Green+Blue) = 188+81+181=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51B5 is #43AE4A. Grayscale: #7C7C7C. Windows color (decimal): -4435531 or 11882940. OLE color: 11882940.

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

Color convert

RGB18881181-
CMYK00.570.040.26
HSL303.93º44.4%52.75%-
HSV(B)303.93º56.91%73.73%-
XYZ32.0219.9145.87-
YUV124.39159.95173.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=41.78%
G=18%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888118100.570.040.26303.9344.452.75
HexBC51B503941A1302c35
Octal2741212650714324605465
Binary10111100101000110110101011100110011010100110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51B5; }

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

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

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

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

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

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

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

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