Html Css Color HEX #B44D91 Mulberry

📋 copy color: '#B44D91'

red 180 ◦ green 77 ◦ blue 145

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

Shades of Mulberry #B44D91

Tints of Mulberry #B44D91

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 44.78%
G = 19.15%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B44D91 (or 0xB44D91) is known color: Mulberry. HEX triplet: B4, 4D and 91. RGB value is (180,77,145). Sum of RGB (Red+Green+Blue) = 180+77+145=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D91 is #4BB26E. Grayscale: #737373. Windows color (decimal): -4960879 or 9522612. OLE color: 9522612.

HSL color Cylindrical-coordinate representation of color #B44D91: hue angle of 320.39º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D91 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 145 -
CMYK 0 0.57 0.19 0.29
HSL 320.39º 0.41% 0.5% -
HSV(B) 320.39º 0.57% 0.71% -
XYZ 26.59 17.06 28.68 -
YUV 115.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 180 77 145 0 0.57 0.19 0.29 320.39 0.41 0.5
Hex B4 4D 91 0 39 13 1D 140 29 32
Octal 264 115 221 0 71 23 35 500 51 62
Binary 10110100 1001101 10010001 0 111001 10011 11101 101000000 101001 110010

Color Harmonies of #B44D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D91

Black with #B44D91

Text Example


Text Example

White with #B44D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D91; }

 p { color: rgb(180,77,145); }

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

background-color css

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

 a { background-color: rgb(180,77,145); }

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

border-color css

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

 span { border-color: rgb(180,77,145); }

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