#BB34AC

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

Shades of Fuchsia #BB34AC

Tints of Fuchsia #BB34AC

Color information

#BB34AC (or 0xBB34AC) is unknown color: approx Fuchsia. HEX triplet: BB, 34 and AC. RGB value is (187,52,172). Sum of RGB (Red+Green+Blue) = 187+52+172=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34AC is #44CB53. Grayscale: #696969. Windows color (decimal): -4508500 or 11285691. OLE color: 11285691.

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

Color convert

RGB18752172-
CMYK00.720.080.27
HSL306.67º56.49%46.86%-
HSV(B)306.67º72.19%73.33%-
XYZ29.171640.58-
YUV106.04165.23185.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=45.50%
G=12.65%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875217200.720.080.27306.6756.4946.86
HexBB34AC04881B133382f
Octal27364254011010334637057
Binary101110111101001010110001001000100011011100110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB34AC; }

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

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

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

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

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

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

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

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