#BB33AC

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

Shades of Fuchsia #BB33AC

Tints of Fuchsia #BB33AC

Color information

#BB33AC (or 0xBB33AC) is unknown color: approx Fuchsia. HEX triplet: BB, 33 and AC. RGB value is (187,51,172). Sum of RGB (Red+Green+Blue) = 187+51+172=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AC is #44CC53. Grayscale: #696969. Windows color (decimal): -4508756 or 11285435. OLE color: 11285435.

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

Color convert

RGB18751172-
CMYK00.730.080.27
HSL306.62º57.14%46.67%-
HSV(B)306.62º72.73%73.33%-
XYZ29.1215.9140.57-
YUV105.46165.56186.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=45.61%
G=12.44%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875117200.730.080.27306.6257.1446.67
HexBB33AC04981B133392f
Octal27363254011110334637157
Binary101110111100111010110001001001100011011100110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33AC; }

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

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

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

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

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

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

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

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