#BB64AC

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

Shades of Fuchsia #BB64AC

Tints of Fuchsia #BB64AC

Color information

#BB64AC (or 0xBB64AC) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and AC. RGB value is (187,100,172). Sum of RGB (Red+Green+Blue) = 187+100+172=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64AC is #449B53. Grayscale: #868686. Windows color (decimal): -4496212 or 11297979. OLE color: 11297979.

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

Color convert

RGB187100172-
CMYK00.470.080.27
HSL310.34º39.01%56.27%-
HSV(B)310.34º46.52%73.33%-
XYZ32.522.6641.69-
YUV134.22149.32165.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=40.74%
G=21.79%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710017200.470.080.27310.3439.0156.27
HexBB64AC02F81B1362738
Octal27314425405710334664770
Binary101110111100100101011000101111100011011100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64AC; }

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

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

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

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

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

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

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

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