#B0538B

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

Shades of Mulberry #B0538B

Tints of Mulberry #B0538B

Color information

#B0538B (or 0xB0538B) is unknown color: approx Mulberry. HEX triplet: B0, 53 and 8B. RGB value is (176,83,139). Sum of RGB (Red+Green+Blue) = 176+83+139=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538B is #4FAC74. Grayscale: #757575. Windows color (decimal): -5221493 or 9130928. OLE color: 9130928.

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

Color convert

RGB17683139-
CMYK00.530.210.31
HSL323.87º37.05%50.78%-
HSV(B)323.87º52.84%69.02%-
XYZ25.6617.2826.41-
YUV117.19140.31169.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=44.22%
G=20.85%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768313900.530.210.31323.8737.0550.78
HexB0538B035151F1442533
Octal26012321306525375044563
Binary1011000010100111000101101101011010111111101000100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0538B; }

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

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

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

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

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

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

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

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