#BC2DBB

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

Shades of Fuchsia #BC2DBB

Tints of Fuchsia #BC2DBB

Color information

#BC2DBB (or 0xBC2DBB) is unknown color: approx Fuchsia. HEX triplet: BC, 2D and BB. RGB value is (188,45,187). Sum of RGB (Red+Green+Blue) = 188+45+187=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBB is #43D244. Grayscale: #676767. Windows color (decimal): -4444741 or 12266940. OLE color: 12266940.

HSL color Cylindrical-coordinate representation of color #BC2DBB: hue angle of 300.42º 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 #BC2DBB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18845187-
CMYK00.760.010.26
HSL300.42º61.37%45.69%-
HSV(B)300.42º76.06%73.73%-
XYZ30.6516.1648.52-
YUV103.94174.88187.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=44.76%
G=10.71%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884518700.760.010.26300.4261.3745.69
HexBC2DBB04C11A12c3d2e
Octal2745527301141324547556
Binary101111001011011011101101001100111010100101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2DBB; }

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

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

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

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

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

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

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

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