#B4439E

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

Shades of Mulberry #B4439E

Tints of Mulberry #B4439E

Color information

#B4439E (or 0xB4439E) is unknown color: approx Mulberry. HEX triplet: B4, 43 and 9E. RGB value is (180,67,158). Sum of RGB (Red+Green+Blue) = 180+67+158=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4439E is #4BBC61. Grayscale: #6E6E6E. Windows color (decimal): -4963426 or 10372020. OLE color: 10372020.

HSL color Cylindrical-coordinate representation of color #B4439E: hue angle of 311.68º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4439E is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18067158-
CMYK00.630.120.29
HSL311.68º45.75%48.43%-
HSV(B)311.68º62.78%70.59%-
XYZ2716.1934.05-
YUV111.16154.44177.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=44.44%
G=16.54%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806715800.630.120.29311.6845.7548.43
HexB4439E03FC1D1382e30
Octal26410323607714354705660
Binary101101001000011100111100111111110011101100111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4439E; }

 p { color: rgb(180,67,158); }

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

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

 a { background-color: rgb(180,67,158); }

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

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

 span { border-color: rgb(180,67,158); }

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