#B4469F

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

Shades of Mulberry #B4469F

Tints of Mulberry #B4469F

Color information

#B4469F (or 0xB4469F) is unknown color: approx Mulberry. HEX triplet: B4, 46 and 9F. RGB value is (180,70,159). Sum of RGB (Red+Green+Blue) = 180+70+159=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4469F is #4BB960. Grayscale: #707070. Windows color (decimal): -4962657 or 10438324. OLE color: 10438324.

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

Color convert

RGB18070159-
CMYK00.610.120.29
HSL311.45º44%49.02%-
HSV(B)311.45º61.11%70.59%-
XYZ27.2716.5934.57-
YUV113.04153.94175.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=44.01%
G=17.11%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807015900.610.120.29311.454449.02
HexB4469F03DC1D1372c31
Octal26410623707514354675461
Binary101101001000110100111110111101110011101100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4469F; }

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

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

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

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

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

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

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

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