#bb63ac

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

Shades of Fuchsia #BB63AC

Tints of Fuchsia #BB63AC

Color information

#BB63AC (or 0xBB63AC) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and AC. RGB value is (187,99,172). Sum of RGB (Red+Green+Blue) = 187+99+172=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AC is #449C53. Grayscale: #858585. Windows color (decimal): -4496468 or 11297723. OLE color: 11297723.

HSL color Cylindrical-coordinate representation of color #BB63AC: hue angle of 310.23º 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 #BB63AC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18799172-
CMYK00.470.080.27
HSL310.23º39.29%56.08%-
HSV(B)310.23º47.06%73.33%-
XYZ32.422.4741.66-
YUV133.63149.65166.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=40.83%
G=21.62%
B=37.55%

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
Decimal1879917200.470.080.27310.2339.2956.08
HexBB63AC02F81B1362738
Octal27314325405710334664770
Binary101110111100011101011000101111100011011100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb63ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb63ac; }

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

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

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

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

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

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

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

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