#B44F8F

Color #B44F8F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B44F8F

Tints of Mulberry #B44F8F

Color information

#B44F8F (or 0xB44F8F) is unknown color: approx Mulberry. HEX triplet: B4, 4F and 8F. RGB value is (180,79,143). Sum of RGB (Red+Green+Blue) = 180+79+143=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44F8F is #4BB070. Grayscale: #747474. Windows color (decimal): -4960369 or 9392052. OLE color: 9392052.

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

Color convert

RGB18079143-
CMYK00.560.210.29
HSL321.98º40.24%50.78%-
HSV(B)321.98º56.11%70.59%-
XYZ26.5817.2827.92-
YUV116.5142.96173.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=44.78%
G=19.65%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807914300.560.210.29321.9840.2450.78
HexB44F8F038151D1422833
Octal26411721707025355025063
Binary1011010010011111000111101110001010111101101000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F8F; }

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

 H1.HeaderClassName
 {
   color: #B44F8F;
 }
 .AnyTagClassName
 {
   color: #B44F8F;
 }
</style>
background-color css

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

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

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

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

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

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