Html Css Color HEX #BB59AC Fuchsia

📋 copy color: '#BB59AC'

red 187 ◦ green 89 ◦ blue 172

#BB59AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BB59AC

Tints of Fuchsia #BB59AC

RGB

 RED value IS 187 (73.44% from 255) = 41.74%

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 41.74%
G = 19.87%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB59AC (or 0xBB59AC) is known color: Fuchsia. HEX triplet: BB, 59 and AC. RGB value is (187,89,172). Sum of RGB (Red+Green+Blue) = 187+89+172=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59AC is #44A653. Grayscale: #7F7F7F. Windows color (decimal): -4499028 or 11295163. OLE color: 11295163.

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

Color convert

RGB 187 89 172 -
CMYK 0 0.52 0.08 0.27
HSL 309.18º 0.42% 0.54% -
HSV(B) 309.18º 0.52% 0.73% -
XYZ 31.51 20.69 41.36 -
YUV 127.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 187 89 172 0 0.52 0.08 0.27 309.18 0.42 0.54
Hex BB 59 AC 0 34 8 1B 135 2A 36
Octal 273 131 254 0 64 10 33 465 52 66
Binary 10111011 1011001 10101100 0 110100 1000 11011 100110101 101010 110110

Color Harmonies of #BB59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59AC

Black with #BB59AC

Text Example


Text Example

White with #BB59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59AC; }

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

 H1.HeaderClassName
 {
   color: #BB59AC;
 }
 .AnyTagClassName
 {
   color: #BB59AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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