#BB4CAC

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

Shades of Fuchsia #BB4CAC

Tints of Fuchsia #BB4CAC

Color information

#BB4CAC (or 0xBB4CAC) is unknown color: approx Fuchsia. HEX triplet: BB, 4C and AC. RGB value is (187,76,172). Sum of RGB (Red+Green+Blue) = 187+76+172=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAC is #44B353. Grayscale: #777777. Windows color (decimal): -4502356 or 11291835. OLE color: 11291835.

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

Color convert

RGB18776172-
CMYK00.590.080.27
HSL308.11º44.94%51.57%-
HSV(B)308.11º59.36%73.33%-
XYZ30.5218.7141.03-
YUV120.13157.27175.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 76 (30.08% from 255) = 17.47%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=42.99%
G=17.47%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877617200.590.080.27308.1144.9451.57
HexBB4CAC03B81B1342d34
Octal27311425407310334645564
Binary101110111001100101011000111011100011011100110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4CAC; }

 p { color: rgb(187,76,172); }

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

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

 a { background-color: rgb(187,76,172); }

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

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

 span { border-color: rgb(187,76,172); }

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