#B4458A

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

Shades of Mulberry #B4458A

Tints of Mulberry #B4458A

Color information

#B4458A (or 0xB4458A) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 8A. RGB value is (180,69,138). Sum of RGB (Red+Green+Blue) = 180+69+138=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4458A is #4BBA75. Grayscale: #6D6D6D. Windows color (decimal): -4962934 or 9061812. OLE color: 9061812.

HSL color Cylindrical-coordinate representation of color #B4458A: hue angle of 322.7º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4458A is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18069138-
CMYK00.620.230.29
HSL322.7º44.58%48.82%-
HSV(B)322.7º61.67%70.59%-
XYZ25.5415.7925.75-
YUV110.06143.77177.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=46.51%
G=17.83%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806913800.620.230.29322.744.5848.82
HexB4458A03E171D1432d31
Octal26410521207627355035561
Binary1011010010001011000101001111101011111101101000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4458A; }

 p { color: rgb(180,69,138); }

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

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

 a { background-color: rgb(180,69,138); }

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

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

 span { border-color: rgb(180,69,138); }

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