#BC54BD

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

Shades of Fuchsia #BC54BD

Tints of Fuchsia #BC54BD

Color information

#BC54BD (or 0xBC54BD) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and BD. RGB value is (188,84,189). Sum of RGB (Red+Green+Blue) = 188+84+189=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BD is #43AB42. Grayscale: #7E7E7E. Windows color (decimal): -4434755 or 12407996. OLE color: 12407996.

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

Color convert

RGB18884189-
CMYK0.010.5600.26
HSL299.43º44.3%53.53%-
HSV(B)299.43º55.56%74.12%-
XYZ33.0920.7150.4-
YUV127.07162.96171.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=40.78%
G=18.22%
B=41.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188841890.010.5600.26299.4344.353.53
HexBC54BD13801A12b2c36
Octal2741242751700324535466
Binary101111001010100101111011111000011010100101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54BD; }

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

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

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

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

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

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

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

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