#BC3BB1

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

Shades of Fuchsia #BC3BB1

Tints of Fuchsia #BC3BB1

Color information

#BC3BB1 (or 0xBC3BB1) is unknown color: approx Fuchsia. HEX triplet: BC, 3B and B1. RGB value is (188,59,177). Sum of RGB (Red+Green+Blue) = 188+59+177=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BB1 is #43C44E. Grayscale: #6E6E6E. Windows color (decimal): -4441167 or 11615164. OLE color: 11615164.

HSL color Cylindrical-coordinate representation of color #BC3BB1: hue angle of 305.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BB1 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18859177-
CMYK00.690.060.26
HSL305.12º52.23%48.43%-
HSV(B)305.12º68.62%73.73%-
XYZ30.2416.9943.28-
YUV111.02165.24182.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=44.34%
G=13.92%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885917700.690.060.26305.1252.2348.43
HexBC3BB104561A1313430
Octal2747326101056324616460
Binary10111100111011101100010100010111011010100110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3BB1; }

 p { color: rgb(188,59,177); }

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

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

 a { background-color: rgb(188,59,177); }

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

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

 span { border-color: rgb(188,59,177); }

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