#BC73B7

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

Shades of Fuchsia #BC73B7

Tints of Fuchsia #BC73B7

Color information

#BC73B7 (or 0xBC73B7) is unknown color: approx Fuchsia. HEX triplet: BC, 73 and B7. RGB value is (188,115,183). Sum of RGB (Red+Green+Blue) = 188+115+183=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73B7 is #438C48. Grayscale: #909090. Windows color (decimal): -4426825 or 12022716. OLE color: 12022716.

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

Color convert

RGB188115183-
CMYK00.390.030.26
HSL304.11º35.27%59.41%-
HSV(B)304.11º38.83%73.73%-
XYZ35.4226.3748.02-
YUV144.58149.68158.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=38.68%
G=23.66%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811518300.390.030.26304.1135.2759.41
HexBC73B702731A130233b
Octal2741632670473324604373
Binary1011110011100111011011101001111111010100110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73B7; }

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

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

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

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

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

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

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

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