#BB2DC1

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

Shades of Fuchsia #BB2DC1

Tints of Fuchsia #BB2DC1

Color information

#BB2DC1 (or 0xBB2DC1) is unknown color: approx Fuchsia. HEX triplet: BB, 2D and C1. RGB value is (187,45,193). Sum of RGB (Red+Green+Blue) = 187+45+193=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DC1 is #44D23E. Grayscale: #676767. Windows color (decimal): -4510271 or 12660155. OLE color: 12660155.

HSL color Cylindrical-coordinate representation of color #BB2DC1: hue angle of 297.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2DC1 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18745193-
CMYK0.030.7700.24
HSL297.57º62.18%46.67%-
HSV(B)297.57º76.68%75.69%-
XYZ31.0616.2951.96-
YUV104.33178.04186.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=44%
G=10.59%
B=45.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187451930.030.7700.24297.5762.1846.67
HexBB2DC134D01812a3e2f
Octal2735530131150304527657
Binary1011101110110111000001111001101011000100101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2DC1; }

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

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

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

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

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

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

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

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