Html Css Color HEX #B44F90 Mulberry

📋 copy color: '#B44F90'

red 180 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #B44F90

Tints of Mulberry #B44F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

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

R = 44.67%
G = 19.6%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B44F90 (or 0xB44F90) is known color: Mulberry. HEX triplet: B4, 4F and 90. RGB value is (180,79,144). Sum of RGB (Red+Green+Blue) = 180+79+144=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44F90 is #4BB06F. Grayscale: #747474. Windows color (decimal): -4960368 or 9457588. OLE color: 9457588.

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

Color convert

RGB 180 79 144 -
CMYK 0 0.56 0.2 0.29
HSL 321.39º 0.4% 0.51% -
HSV(B) 321.39º 0.56% 0.71% -
XYZ 26.65 17.31 28.32 -
YUV 116.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 180 79 144 0 0.56 0.2 0.29 321.39 0.4 0.51
Hex B4 4F 90 0 38 14 1D 141 28 33
Octal 264 117 220 0 70 24 35 501 50 63
Binary 10110100 1001111 10010000 0 111000 10100 11101 101000001 101000 110011

Color Harmonies of #B44F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F90

Black with #B44F90

Text Example


Text Example

White with #B44F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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