Html Css Color HEX #B44A8F Mulberry

📋 copy color: '#B44A8F'

red 180 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #B44A8F

Tints of Mulberry #B44A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 45.34%
G = 18.64%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B44A8F (or 0xB44A8F) is known color: Mulberry. HEX triplet: B4, 4A and 8F. RGB value is (180,74,143). Sum of RGB (Red+Green+Blue) = 180+74+143=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A8F is #4BB570. Grayscale: #717171. Windows color (decimal): -4961649 or 9390772. OLE color: 9390772.

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

Color convert

RGB 180 74 143 -
CMYK 0 0.59 0.21 0.29
HSL 320.94º 0.42% 0.5% -
HSV(B) 320.94º 0.59% 0.71% -
XYZ 26.23 16.58 27.81 -
YUV 113.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 180 74 143 0 0.59 0.21 0.29 320.94 0.42 0.5
Hex B4 4A 8F 0 3B 15 1D 141 2A 32
Octal 264 112 217 0 73 25 35 501 52 62
Binary 10110100 1001010 10001111 0 111011 10101 11101 101000001 101010 110010

Color Harmonies of #B44A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A8F

Black with #B44A8F

Text Example


Text Example

White with #B44A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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