Html Css Color HEX #BB4980 Mulberry

📋 copy color: '#BB4980'

red 187 ◦ green 73 ◦ blue 128

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

Shades of Mulberry #BB4980

Tints of Mulberry #BB4980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 48.2%
G = 18.81%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4980 (or 0xBB4980) is known color: Mulberry. HEX triplet: BB, 49 and 80. RGB value is (187,73,128). Sum of RGB (Red+Green+Blue) = 187+73+128=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4980 is #44B67F. Grayscale: #717171. Windows color (decimal): -4503168 or 8407483. OLE color: 8407483.

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

Color convert

RGB 187 73 128 -
CMYK 0 0.61 0.32 0.27
HSL 331.05º 0.46% 0.51% -
HSV(B) 331.05º 0.61% 0.73% -
XYZ 26.77 16.89 22.27 -
YUV 113.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 187 73 128 0 0.61 0.32 0.27 331.05 0.46 0.51
Hex BB 49 80 0 3D 20 1B 14B 2E 33
Octal 273 111 200 0 75 40 33 513 56 63
Binary 10111011 1001001 10000000 0 111101 100000 11011 101001011 101110 110011

Color Harmonies of #BB4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4980

Black with #BB4980

Text Example


Text Example

White with #BB4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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