Html Css Color HEX #BB49B6 Fuchsia

📋 copy color: '#BB49B6'

red 187 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #BB49B6

Tints of Fuchsia #BB49B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 42.31%
G = 16.52%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB49B6 (or 0xBB49B6) is known color: Fuchsia. HEX triplet: BB, 49 and B6. RGB value is (187,73,182). Sum of RGB (Red+Green+Blue) = 187+73+182=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49B6 is #44B649. Grayscale: #777777. Windows color (decimal): -4503114 or 11946427. OLE color: 11946427.

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

Color convert

RGB 187 73 182 -
CMYK 0 0.61 0.03 0.27
HSL 302.63º 0.46% 0.51% -
HSV(B) 302.63º 0.61% 0.73% -
XYZ 31.32 18.71 46.22 -
YUV 119.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 187 73 182 0 0.61 0.03 0.27 302.63 0.46 0.51
Hex BB 49 B6 0 3D 3 1B 12F 2E 33
Octal 273 111 266 0 75 3 33 457 56 63
Binary 10111011 1001001 10110110 0 111101 11 11011 100101111 101110 110011

Color Harmonies of #BB49B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49B6

Black with #BB49B6

Text Example


Text Example

White with #BB49B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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