#BB2DB4

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

Shades of Fuchsia #BB2DB4

Tints of Fuchsia #BB2DB4

Color information

#BB2DB4 (or 0xBB2DB4) is unknown color: approx Fuchsia. HEX triplet: BB, 2D and B4. RGB value is (187,45,180). Sum of RGB (Red+Green+Blue) = 187+45+180=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DB4 is #44D24B. Grayscale: #666666. Windows color (decimal): -4510284 or 11808187. OLE color: 11808187.

HSL color Cylindrical-coordinate representation of color #BB2DB4: hue angle of 302.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18745180-
CMYK00.760.040.27
HSL302.96º61.21%45.49%-
HSV(B)302.96º75.94%73.33%-
XYZ29.6715.7444.65-
YUV102.85171.54188.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 45 (17.97% from 255) = 10.92%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=45.39%
G=10.92%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874518000.760.040.27302.9661.2145.49
HexBB2DB404C41B12f3d2d
Octal2735526401144334577555
Binary10111011101101101101000100110010011011100101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2DB4; }

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

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

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

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

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

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

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

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