#B0548E

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

Shades of Mulberry #B0548E

Tints of Mulberry #B0548E

Color information

#B0548E (or 0xB0548E) is unknown color: approx Mulberry. HEX triplet: B0, 54 and 8E. RGB value is (176,84,142). Sum of RGB (Red+Green+Blue) = 176+84+142=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0548E is #4FAB71. Grayscale: #757575. Windows color (decimal): -5221234 or 9327792. OLE color: 9327792.

HSL color Cylindrical-coordinate representation of color #B0548E: hue angle of 322.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0548E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17684142-
CMYK00.520.190.31
HSL322.17º36.8%50.98%-
HSV(B)322.17º52.27%69.02%-
XYZ25.9617.5227.61-
YUV118.12141.48169.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=43.78%
G=20.90%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768414200.520.190.31322.1736.850.98
HexB0548E034131F1422533
Octal26012421606423375024563
Binary1011000010101001000111001101001001111111101000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0548E; }

 p { color: rgb(176,84,142); }

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

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

 a { background-color: rgb(176,84,142); }

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

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

 span { border-color: rgb(176,84,142); }

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