#B4519A

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

Shades of Mulberry #B4519A

Tints of Mulberry #B4519A

Color information

#B4519A (or 0xB4519A) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 9A. RGB value is (180,81,154). Sum of RGB (Red+Green+Blue) = 180+81+154=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4519A is #4BAE65. Grayscale: #767676. Windows color (decimal): -4959846 or 10113460. OLE color: 10113460.

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

Color convert

RGB18081154-
CMYK00.550.140.29
HSL315.76º39.76%51.18%-
HSV(B)315.76º55%70.59%-
XYZ27.617.9232.58-
YUV118.92147.8171.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=43.37%
G=19.52%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808115400.550.140.29315.7639.7651.18
HexB4519A037E1D13c2833
Octal26412123206716354745063
Binary101101001010001100110100110111111011101100111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4519A; }

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

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

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

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

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

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

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

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