Html Css Color HEX #BB59AD Fuchsia

📋 copy color: '#BB59AD'

red 187 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #BB59AD

Tints of Fuchsia #BB59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 41.65%
G = 19.82%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB59AD (or 0xBB59AD) is known color: Fuchsia. HEX triplet: BB, 59 and AD. RGB value is (187,89,173). Sum of RGB (Red+Green+Blue) = 187+89+173=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59AD is #44A652. Grayscale: #7F7F7F. Windows color (decimal): -4499027 or 11360699. OLE color: 11360699.

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

Color convert

RGB 187 89 173 -
CMYK 0 0.52 0.07 0.27
HSL 308.57º 0.42% 0.54% -
HSV(B) 308.57º 0.52% 0.73% -
XYZ 31.61 20.73 41.87 -
YUV 127.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 187 89 173 0 0.52 0.07 0.27 308.57 0.42 0.54
Hex BB 59 AD 0 34 7 1B 135 2A 36
Octal 273 131 255 0 64 7 33 465 52 66
Binary 10111011 1011001 10101101 0 110100 111 11011 100110101 101010 110110

Color Harmonies of #BB59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59AD

Black with #BB59AD

Text Example


Text Example

White with #BB59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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