#B4469D

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

Shades of Mulberry #B4469D

Tints of Mulberry #B4469D

Color information

#B4469D (or 0xB4469D) is unknown color: approx Mulberry. HEX triplet: B4, 46 and 9D. RGB value is (180,70,157). Sum of RGB (Red+Green+Blue) = 180+70+157=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4469D is #4BB962. Grayscale: #707070. Windows color (decimal): -4962659 or 10307252. OLE color: 10307252.

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

Color convert

RGB18070157-
CMYK00.610.130.29
HSL312.55º44%49.02%-
HSV(B)312.55º61.11%70.59%-
XYZ27.116.5233.66-
YUV112.81152.94175.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=44.23%
G=17.20%
B=38.57%

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
Decimal1807015700.610.130.29312.554449.02
HexB4469D03DD1D1392c31
Octal26410623507515354715461
Binary101101001000110100111010111101110111101100111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4469D; }

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

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

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

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

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

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

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

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