#BC73BD

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

Shades of Fuchsia #BC73BD

Tints of Fuchsia #BC73BD

Color information

#BC73BD (or 0xBC73BD) is unknown color: approx Fuchsia. HEX triplet: BC, 73 and BD. RGB value is (188,115,189). Sum of RGB (Red+Green+Blue) = 188+115+189=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BD is #438C42. Grayscale: #919191. Windows color (decimal): -4426819 or 12415932. OLE color: 12415932.

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

Color convert

RGB188115189-
CMYK0.010.3900.26
HSL299.19º35.92%59.61%-
HSV(B)299.19º39.15%74.12%-
XYZ36.0626.6351.38-
YUV145.26152.68158.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=38.21%
G=23.37%
B=38.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881151890.010.3900.26299.1935.9259.61
HexBC73BD12701A12b243c
Octal2741632751470324534474
Binary101111001110011101111011100111011010100101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73BD; }

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

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

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

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

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

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

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

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