Html Css Color HEX #B44A87 Mulberry

📋 copy color: '#B44A87'

red 180 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #B44A87

Tints of Mulberry #B44A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 46.27%
G = 19.02%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B44A87 (or 0xB44A87) is known color: Mulberry. HEX triplet: B4, 4A and 87. RGB value is (180,74,135). Sum of RGB (Red+Green+Blue) = 180+74+135=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A87 is #4BB578. Grayscale: #707070. Windows color (decimal): -4961657 or 8866484. OLE color: 8866484.

HSL color Cylindrical-coordinate representation of color #B44A87: hue angle of 325.47º 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 #B44A87 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 74 135 -
CMYK 0 0.59 0.25 0.29
HSL 325.47º 0.42% 0.5% -
HSV(B) 325.47º 0.59% 0.71% -
XYZ 25.64 16.35 24.73 -
YUV 112.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 180 74 135 0 0.59 0.25 0.29 325.47 0.42 0.5
Hex B4 4A 87 0 3B 19 1D 145 2A 32
Octal 264 112 207 0 73 31 35 505 52 62
Binary 10110100 1001010 10000111 0 111011 11001 11101 101000101 101010 110010

Color Harmonies of #B44A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A87

Black with #B44A87

Text Example


Text Example

White with #B44A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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