Html Css Color HEX #BB49AA Fuchsia

📋 copy color: '#BB49AA'

red 187 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #BB49AA

Tints of Fuchsia #BB49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 43.49%
G = 16.98%
B = 39.53%

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

#BB49AA (or 0xBB49AA) is known color: Fuchsia. HEX triplet: BB, 49 and AA. RGB value is (187,73,170). Sum of RGB (Red+Green+Blue) = 187+73+170=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AA is #44B655. Grayscale: #757575. Windows color (decimal): -4503126 or 11159995. OLE color: 11159995.

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

Color convert

RGB 187 73 170 -
CMYK 0 0.61 0.09 0.27
HSL 308.95º 0.46% 0.51% -
HSV(B) 308.95º 0.61% 0.73% -
XYZ 30.13 18.23 39.96 -
YUV 118.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 187 73 170 0 0.61 0.09 0.27 308.95 0.46 0.51
Hex BB 49 AA 0 3D 9 1B 135 2E 33
Octal 273 111 252 0 75 11 33 465 56 63
Binary 10111011 1001001 10101010 0 111101 1001 11011 100110101 101110 110011

Color Harmonies of #BB49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49AA

Black with #BB49AA

Text Example


Text Example

White with #BB49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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