#B4458E

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

Shades of Mulberry #B4458E

Tints of Mulberry #B4458E

Color information

#B4458E (or 0xB4458E) is unknown color: approx Mulberry. HEX triplet: B4, 45 and 8E. RGB value is (180,69,142). Sum of RGB (Red+Green+Blue) = 180+69+142=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4458E is #4BBA71. Grayscale: #6E6E6E. Windows color (decimal): -4962930 or 9323956. OLE color: 9323956.

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

Color convert

RGB18069142-
CMYK00.620.210.29
HSL320.54º44.58%48.82%-
HSV(B)320.54º61.67%70.59%-
XYZ25.8315.9127.3-
YUV110.51145.77177.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=46.04%
G=17.65%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806914200.620.210.29320.5444.5848.82
HexB4458E03E151D1412d31
Octal26410521607625355015561
Binary1011010010001011000111001111101010111101101000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4458E; }

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

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

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

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

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

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

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

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