#BC55BD

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

Shades of Fuchsia #BC55BD

Tints of Fuchsia #BC55BD

Color information

#BC55BD (or 0xBC55BD) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and BD. RGB value is (188,85,189). Sum of RGB (Red+Green+Blue) = 188+85+189=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC55BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55BD is #43AA42. Grayscale: #7F7F7F. Windows color (decimal): -4434499 or 12408252. OLE color: 12408252.

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

Color convert

RGB18885189-
CMYK0.010.5500.26
HSL299.42º44.07%53.73%-
HSV(B)299.42º55.03%74.12%-
XYZ33.1720.8650.42-
YUV127.65162.62171.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=40.69%
G=18.40%
B=40.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188851890.010.5500.26299.4244.0753.73
HexBC55BD13701A12b2c36
Octal2741252751670324535466
Binary101111001010101101111011110111011010100101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55BD; }

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

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

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

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

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

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

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

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