Html Css Color HEX #BB49AD Fuchsia

📋 copy color: '#BB49AD'

red 187 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #BB49AD

Tints of Fuchsia #BB49AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 43.19%
G = 16.86%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB49AD (or 0xBB49AD) is known color: Fuchsia. HEX triplet: BB, 49 and AD. RGB value is (187,73,173). Sum of RGB (Red+Green+Blue) = 187+73+173=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AD is #44B652. Grayscale: #767676. Windows color (decimal): -4503123 or 11356603. OLE color: 11356603.

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

Color convert

RGB 187 73 173 -
CMYK 0 0.61 0.07 0.27
HSL 307.37º 0.46% 0.51% -
HSV(B) 307.37º 0.61% 0.73% -
XYZ 30.42 18.35 41.47 -
YUV 118.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 187 73 173 0 0.61 0.07 0.27 307.37 0.46 0.51
Hex BB 49 AD 0 3D 7 1B 133 2E 33
Octal 273 111 255 0 75 7 33 463 56 63
Binary 10111011 1001001 10101101 0 111101 111 11011 100110011 101110 110011

Color Harmonies of #BB49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49AD

Black with #BB49AD

Text Example


Text Example

White with #BB49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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