#B4469C

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

Shades of Mulberry #B4469C

Tints of Mulberry #B4469C

Color information

#B4469C (or 0xB4469C) is unknown color: approx Mulberry. HEX triplet: B4, 46 and 9C. RGB value is (180,70,156). Sum of RGB (Red+Green+Blue) = 180+70+156=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4469C is #4BB963. Grayscale: #707070. Windows color (decimal): -4962660 or 10241716. OLE color: 10241716.

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

Color convert

RGB18070156-
CMYK00.610.130.29
HSL313.09º44%49.02%-
HSV(B)313.09º61.11%70.59%-
XYZ27.0116.4833.21-
YUV112.69152.44176.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=44.33%
G=17.24%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807015600.610.130.29313.094449.02
HexB4469C03DD1D1392c31
Octal26410623407515354715461
Binary101101001000110100111000111101110111101100111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4469C; }

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

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

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

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

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

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

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

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