Html Css Color HEX #B44A90 Mulberry

📋 copy color: '#B44A90'

red 180 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #B44A90

Tints of Mulberry #B44A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 45.23%
G = 18.59%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B44A90 (or 0xB44A90) is known color: Mulberry. HEX triplet: B4, 4A and 90. RGB value is (180,74,144). Sum of RGB (Red+Green+Blue) = 180+74+144=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A90 is #4BB56F. Grayscale: #717171. Windows color (decimal): -4961648 or 9456308. OLE color: 9456308.

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

Color convert

RGB 180 74 144 -
CMYK 0 0.59 0.2 0.29
HSL 320.38º 0.42% 0.5% -
HSV(B) 320.38º 0.59% 0.71% -
XYZ 26.31 16.61 28.21 -
YUV 113.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 180 74 144 0 0.59 0.2 0.29 320.38 0.42 0.5
Hex B4 4A 90 0 3B 14 1D 140 2A 32
Octal 264 112 220 0 73 24 35 500 52 62
Binary 10110100 1001010 10010000 0 111011 10100 11101 101000000 101010 110010

Color Harmonies of #B44A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A90

Black with #B44A90

Text Example


Text Example

White with #B44A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A90; }

 p { color: rgb(180,74,144); }

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

background-color css

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

 a { background-color: rgb(180,74,144); }

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

border-color css

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

 span { border-color: rgb(180,74,144); }

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