Html Css Color HEX #BB49AC Fuchsia

📋 copy color: '#BB49AC'

red 187 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #BB49AC

Tints of Fuchsia #BB49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 43.29%
G = 16.9%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB49AC (or 0xBB49AC) is known color: Fuchsia. HEX triplet: BB, 49 and AC. RGB value is (187,73,172). Sum of RGB (Red+Green+Blue) = 187+73+172=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AC is #44B653. Grayscale: #767676. Windows color (decimal): -4503124 or 11291067. OLE color: 11291067.

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

Color convert

RGB 187 73 172 -
CMYK 0 0.61 0.08 0.27
HSL 307.89º 0.46% 0.51% -
HSV(B) 307.89º 0.61% 0.73% -
XYZ 30.32 18.31 40.97 -
YUV 118.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 187 73 172 0 0.61 0.08 0.27 307.89 0.46 0.51
Hex BB 49 AC 0 3D 8 1B 134 2E 33
Octal 273 111 254 0 75 10 33 464 56 63
Binary 10111011 1001001 10101100 0 111101 1000 11011 100110100 101110 110011

Color Harmonies of #BB49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49AC

Black with #BB49AC

Text Example


Text Example

White with #BB49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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