Html Css Color HEX #BB59BA Fuchsia

📋 copy color: '#BB59BA'

red 187 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #BB59BA

Tints of Fuchsia #BB59BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 40.48%
G = 19.26%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB59BA (or 0xBB59BA) is known color: Fuchsia. HEX triplet: BB, 59 and BA. RGB value is (187,89,186). Sum of RGB (Red+Green+Blue) = 187+89+186=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59BA is #44A645. Grayscale: #818181. Windows color (decimal): -4499014 or 12212667. OLE color: 12212667.

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

Color convert

RGB 187 89 186 -
CMYK 0 0.52 0.01 0.27
HSL 300.61º 0.42% 0.54% -
HSV(B) 300.61º 0.52% 0.73% -
XYZ 32.93 21.25 48.82 -
YUV 129.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 187 89 186 0 0.52 0.01 0.27 300.61 0.42 0.54
Hex BB 59 BA 0 34 1 1B 12D 2A 36
Octal 273 131 272 0 64 1 33 455 52 66
Binary 10111011 1011001 10111010 0 110100 1 11011 100101101 101010 110110

Color Harmonies of #BB59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59BA

Black with #BB59BA

Text Example


Text Example

White with #BB59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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