#BC2DB2

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

Shades of Fuchsia #BC2DB2

Tints of Fuchsia #BC2DB2

Color information

#BC2DB2 (or 0xBC2DB2) is unknown color: approx Fuchsia. HEX triplet: BC, 2D and B2. RGB value is (188,45,178). Sum of RGB (Red+Green+Blue) = 188+45+178=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DB2 is #43D24D. Grayscale: #666666. Windows color (decimal): -4444750 or 11677116. OLE color: 11677116.

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

Color convert

RGB18845178-
CMYK00.760.050.26
HSL304.2º61.37%45.69%-
HSV(B)304.2º76.06%73.73%-
XYZ29.7115.7843.6-
YUV102.92170.38188.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 45 (17.97% from 255) = 10.95%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=45.74%
G=10.95%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884517800.760.050.26304.261.3745.69
HexBC2DB204C51A1303d2e
Octal2745526201145324607556
Binary10111100101101101100100100110010111010100110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2DB2; }

 p { color: rgb(188,45,178); }

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

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

 a { background-color: rgb(188,45,178); }

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

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

 span { border-color: rgb(188,45,178); }

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