#B0538F

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

Shades of Mulberry #B0538F

Tints of Mulberry #B0538F

Color information

#B0538F (or 0xB0538F) is unknown color: approx Mulberry. HEX triplet: B0, 53 and 8F. RGB value is (176,83,143). Sum of RGB (Red+Green+Blue) = 176+83+143=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538F is #4FAC70. Grayscale: #757575. Windows color (decimal): -5221489 or 9393072. OLE color: 9393072.

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

Color convert

RGB17683143-
CMYK00.530.190.31
HSL321.29º37.05%50.78%-
HSV(B)321.29º52.84%69.02%-
XYZ25.9617.427.98-
YUV117.65142.31169.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=43.78%
G=20.65%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768314300.530.190.31321.2937.0550.78
HexB0538F035131F1412533
Octal26012321706523375014563
Binary1011000010100111000111101101011001111111101000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0538F; }

 p { color: rgb(176,83,143); }

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

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

 a { background-color: rgb(176,83,143); }

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

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

 span { border-color: rgb(176,83,143); }

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