Html Css Color HEX #BB49B2 Fuchsia

📋 copy color: '#BB49B2'

red 187 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #BB49B2

Tints of Fuchsia #BB49B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 42.69%
G = 16.67%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB49B2 (or 0xBB49B2) is known color: Fuchsia. HEX triplet: BB, 49 and B2. RGB value is (187,73,178). Sum of RGB (Red+Green+Blue) = 187+73+178=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49B2 is #44B64D. Grayscale: #767676. Windows color (decimal): -4503118 or 11684283. OLE color: 11684283.

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

Color convert

RGB 187 73 178 -
CMYK 0 0.61 0.05 0.27
HSL 304.74º 0.46% 0.51% -
HSV(B) 304.74º 0.61% 0.73% -
XYZ 30.91 18.54 44.07 -
YUV 119.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 187 73 178 0 0.61 0.05 0.27 304.74 0.46 0.51
Hex BB 49 B2 0 3D 5 1B 131 2E 33
Octal 273 111 262 0 75 5 33 461 56 63
Binary 10111011 1001001 10110010 0 111101 101 11011 100110001 101110 110011

Color Harmonies of #BB49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49B2

Black with #BB49B2

Text Example


Text Example

White with #BB49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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