Html Css Color HEX #B1558B Mulberry

📋 copy color: '#B1558B'

red 177 ◦ green 85 ◦ blue 139

#B1558B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B1558B

Tints of Mulberry #B1558B

RGB

 RED value IS 177 (69.53% from 255) = 44.14%

 GREEN value IS 85 (33.59% from 255) = 21.2%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 44.14%
G = 21.2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1558B (or 0xB1558B) is known color: Mulberry. HEX triplet: B1, 55 and 8B. RGB value is (177,85,139). Sum of RGB (Red+Green+Blue) = 177+85+139=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558B is #4EAA74. Grayscale: #767676. Windows color (decimal): -5155445 or 9131441. OLE color: 9131441.

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

Color convert

RGB 177 85 139 -
CMYK 0 0.52 0.21 0.31
HSL 324.78º 0.37% 0.51% -
HSV(B) 324.78º 0.52% 0.69% -
XYZ 26.04 17.71 26.47 -
YUV 118.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 177 85 139 0 0.52 0.21 0.31 324.78 0.37 0.51
Hex B1 55 8B 0 34 15 1F 145 25 33
Octal 261 125 213 0 64 25 37 505 45 63
Binary 10110001 1010101 10001011 0 110100 10101 11111 101000101 100101 110011

Color Harmonies of #B1558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1558B

Black with #B1558B

Text Example


Text Example

White with #B1558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1558B; }

 p { color: rgb(177,85,139); }

 H1.HeaderClassName
 {
   color: #B1558B;
 }
 .AnyTagClassName
 {
   color: #B1558B;
 }
</style>

background-color css

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

 a { background-color: rgb(177,85,139); }

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

border-color css

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

 span { border-color: rgb(177,85,139); }

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