#B0518A

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

Shades of Mulberry #B0518A

Tints of Mulberry #B0518A

Color information

#B0518A (or 0xB0518A) is unknown color: approx Mulberry. HEX triplet: B0, 51 and 8A. RGB value is (176,81,138). Sum of RGB (Red+Green+Blue) = 176+81+138=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0518A is #4FAE75. Grayscale: #737373. Windows color (decimal): -5222006 or 9064880. OLE color: 9064880.

HSL color Cylindrical-coordinate representation of color #B0518A: hue angle of 324º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0518A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17681138-
CMYK00.540.220.31
HSL324º37.55%50.39%-
HSV(B)324º53.98%69.02%-
XYZ25.4316.9525.98-
YUV115.9140.47170.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=44.56%
G=20.51%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768113800.540.220.3132437.5550.39
HexB0518A036161F1442632
Octal26012121206626375044662
Binary1011000010100011000101001101101011011111101000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0518A; }

 p { color: rgb(176,81,138); }

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

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

 a { background-color: rgb(176,81,138); }

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

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

 span { border-color: rgb(176,81,138); }

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