#BC51BD

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

Shades of Fuchsia #BC51BD

Tints of Fuchsia #BC51BD

Color information

#BC51BD (or 0xBC51BD) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and BD. RGB value is (188,81,189). Sum of RGB (Red+Green+Blue) = 188+81+189=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51BD is #43AE42. Grayscale: #7C7C7C. Windows color (decimal): -4435523 or 12407228. OLE color: 12407228.

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

Color convert

RGB18881189-
CMYK0.010.5700.26
HSL299.44º45%52.94%-
HSV(B)299.44º57.14%74.12%-
XYZ32.8720.2550.32-
YUV125.3163.95172.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=41.05%
G=17.69%
B=41.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188811890.010.5700.26299.444552.94
HexBC51BD13901A12b2d35
Octal2741212751710324535565
Binary101111001010001101111011111001011010100101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51BD; }

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

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

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

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

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

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

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

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