Html Css Color HEX #B44790 Mulberry

📋 copy color: '#B44790'

red 180 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #B44790

Tints of Mulberry #B44790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

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

R = 45.57%
G = 17.97%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B44790 (or 0xB44790) is known color: Mulberry. HEX triplet: B4, 47 and 90. RGB value is (180,71,144). Sum of RGB (Red+Green+Blue) = 180+71+144=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B44790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44790 is #4BB86F. Grayscale: #6F6F6F. Windows color (decimal): -4962416 or 9455540. OLE color: 9455540.

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

Color convert

RGB 180 71 144 -
CMYK 0 0.61 0.2 0.29
HSL 319.82º 0.43% 0.49% -
HSV(B) 319.82º 0.61% 0.71% -
XYZ 26.11 16.22 28.14 -
YUV 111.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 180 71 144 0 0.61 0.2 0.29 319.82 0.43 0.49
Hex B4 47 90 0 3D 14 1D 140 2B 31
Octal 264 107 220 0 75 24 35 500 53 61
Binary 10110100 1000111 10010000 0 111101 10100 11101 101000000 101011 110001

Color Harmonies of #B44790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44790

Black with #B44790

Text Example


Text Example

White with #B44790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44790; }

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

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

background-color css

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

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

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

border-color css

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

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

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