#B4469A

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

Shades of Mulberry #B4469A

Tints of Mulberry #B4469A

Color information

#B4469A (or 0xB4469A) is unknown color: approx Mulberry. HEX triplet: B4, 46 and 9A. RGB value is (180,70,154). Sum of RGB (Red+Green+Blue) = 180+70+154=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4469A is #4BB965. Grayscale: #707070. Windows color (decimal): -4962662 or 10110644. OLE color: 10110644.

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

Color convert

RGB18070154-
CMYK00.610.140.29
HSL314.18º44%49.02%-
HSV(B)314.18º61.11%70.59%-
XYZ26.8516.4232.33-
YUV112.47151.44176.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=44.55%
G=17.33%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807015400.610.140.29314.184449.02
HexB4469A03DE1D13a2c31
Octal26410623207516354725461
Binary101101001000110100110100111101111011101100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4469A; }

 p { color: rgb(180,70,154); }

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

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

 a { background-color: rgb(180,70,154); }

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

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

 span { border-color: rgb(180,70,154); }

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