Html Css Color HEX #BB49AB Fuchsia

📋 copy color: '#BB49AB'

red 187 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #BB49AB

Tints of Fuchsia #BB49AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 43.39%
G = 16.94%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB49AB (or 0xBB49AB) is known color: Fuchsia. HEX triplet: BB, 49 and AB. RGB value is (187,73,171). Sum of RGB (Red+Green+Blue) = 187+73+171=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AB is #44B654. Grayscale: #757575. Windows color (decimal): -4503125 or 11225531. OLE color: 11225531.

HSL color Cylindrical-coordinate representation of color #BB49AB: hue angle of 308.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB49AB is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 171 -
CMYK 0 0.61 0.09 0.27
HSL 308.42º 0.46% 0.51% -
HSV(B) 308.42º 0.61% 0.73% -
XYZ 30.23 18.27 40.46 -
YUV 118.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 187 73 171 0 0.61 0.09 0.27 308.42 0.46 0.51
Hex BB 49 AB 0 3D 9 1B 134 2E 33
Octal 273 111 253 0 75 11 33 464 56 63
Binary 10111011 1001001 10101011 0 111101 1001 11011 100110100 101110 110011

Color Harmonies of #BB49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49AB

Black with #BB49AB

Text Example


Text Example

White with #BB49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49AB; }

 p { color: rgb(187,73,171); }

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

background-color css

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

 a { background-color: rgb(187,73,171); }

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

border-color css

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

 span { border-color: rgb(187,73,171); }

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