#BC31BB

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

Shades of Fuchsia #BC31BB

Tints of Fuchsia #BC31BB

Color information

#BC31BB (or 0xBC31BB) is unknown color: approx Fuchsia. HEX triplet: BC, 31 and BB. RGB value is (188,49,187). Sum of RGB (Red+Green+Blue) = 188+49+187=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31BB is #43CE44. Grayscale: #696969. Windows color (decimal): -4443717 or 12267964. OLE color: 12267964.

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

Color convert

RGB18849187-
CMYK00.740.010.26
HSL300.43º58.65%46.47%-
HSV(B)300.43º73.94%73.73%-
XYZ30.8116.4848.57-
YUV106.29173.55186.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 49 (19.53% from 255) = 11.56%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=44.34%
G=11.56%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884918700.740.010.26300.4358.6546.47
HexBC31BB04A11A12c3b2e
Octal2746127301121324547356
Binary101111001100011011101101001010111010100101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC31BB; }

 p { color: rgb(188,49,187); }

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

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

 a { background-color: rgb(188,49,187); }

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

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

 span { border-color: rgb(188,49,187); }

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