Html Css Color HEX #BB59A8 Fuchsia

📋 copy color: '#BB59A8'

red 187 ◦ green 89 ◦ blue 168

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

Shades of Fuchsia #BB59A8

Tints of Fuchsia #BB59A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 42.12%
G = 20.05%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB59A8 (or 0xBB59A8) is known color: Fuchsia. HEX triplet: BB, 59 and A8. RGB value is (187,89,168). Sum of RGB (Red+Green+Blue) = 187+89+168=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59A8 is #44A657. Grayscale: #7F7F7F. Windows color (decimal): -4499032 or 11033019. OLE color: 11033019.

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

Color convert

RGB 187 89 168 -
CMYK 0 0.52 0.10 0.27
HSL 311.63º 0.42% 0.54% -
HSV(B) 311.63º 0.52% 0.73% -
XYZ 31.13 20.54 39.37 -
YUV 127.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 187 89 168 0 0.52 0.10 0.27 311.63 0.42 0.54
Hex BB 59 A8 0 34 A 1B 138 2A 36
Octal 273 131 250 0 64 12 33 470 52 66
Binary 10111011 1011001 10101000 0 110100 1010 11011 100111000 101010 110110

Color Harmonies of #BB59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59A8

Black with #BB59A8

Text Example


Text Example

White with #BB59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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