#B4518F

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

Shades of Mulberry #B4518F

Tints of Mulberry #B4518F

Color information

#B4518F (or 0xB4518F) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 8F. RGB value is (180,81,143). Sum of RGB (Red+Green+Blue) = 180+81+143=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518F is #4BAE70. Grayscale: #757575. Windows color (decimal): -4959857 or 9392564. OLE color: 9392564.

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

Color convert

RGB18081143-
CMYK00.550.210.29
HSL322.42º39.76%51.18%-
HSV(B)322.42º55%70.59%-
XYZ26.7217.5727.97-
YUV117.67142.3172.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=44.55%
G=20.05%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808114300.550.210.29322.4239.7651.18
HexB4518F037151D1422833
Octal26412121706725355025063
Binary1011010010100011000111101101111010111101101000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4518F; }

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

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

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

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

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

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

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

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