#B4568B

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

Shades of Mulberry #B4568B

Tints of Mulberry #B4568B

Color information

#B4568B (or 0xB4568B) is unknown color: approx Mulberry. HEX triplet: B4, 56 and 8B. RGB value is (180,86,139). Sum of RGB (Red+Green+Blue) = 180+86+139=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4568B is #4BA974. Grayscale: #787878. Windows color (decimal): -4958581 or 9131700. OLE color: 9131700.

HSL color Cylindrical-coordinate representation of color #B4568B: hue angle of 326.17º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4568B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18086139-
CMYK00.520.230.29
HSL326.17º38.52%52.16%-
HSV(B)326.17º52.22%70.59%-
XYZ26.8118.2226.53-
YUV120.15138.64170.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=44.44%
G=21.23%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808613900.520.230.29326.1738.5252.16
HexB4568B034171D1462734
Octal26412621306427355064764
Binary1011010010101101000101101101001011111101101000110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4568B; }

 p { color: rgb(180,86,139); }

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

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

 a { background-color: rgb(180,86,139); }

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

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

 span { border-color: rgb(180,86,139); }

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