Html Css Color HEX #BB49BA Fuchsia

📋 copy color: '#BB49BA'

red 187 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #BB49BA

Tints of Fuchsia #BB49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 41.93%
G = 16.37%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB49BA (or 0xBB49BA) is known color: Fuchsia. HEX triplet: BB, 49 and BA. RGB value is (187,73,186). Sum of RGB (Red+Green+Blue) = 187+73+186=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49BA is #44B645. Grayscale: #777777. Windows color (decimal): -4503110 or 12208571. OLE color: 12208571.

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

Color convert

RGB 187 73 186 -
CMYK 0 0.61 0.01 0.27
HSL 300.53º 0.46% 0.51% -
HSV(B) 300.53º 0.61% 0.73% -
XYZ 31.74 18.88 48.42 -
YUV 119.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 187 73 186 0 0.61 0.01 0.27 300.53 0.46 0.51
Hex BB 49 BA 0 3D 1 1B 12D 2E 33
Octal 273 111 272 0 75 1 33 455 56 63
Binary 10111011 1001001 10111010 0 111101 1 11011 100101101 101110 110011

Color Harmonies of #BB49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49BA

Black with #BB49BA

Text Example


Text Example

White with #BB49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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