Html Css Color HEX #B1558D Mulberry

📋 copy color: '#B1558D'

red 177 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #B1558D

Tints of Mulberry #B1558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 43.92%
G = 21.09%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1558D (or 0xB1558D) is known color: Mulberry. HEX triplet: B1, 55 and 8D. RGB value is (177,85,141). Sum of RGB (Red+Green+Blue) = 177+85+141=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558D is #4EAA72. Grayscale: #767676. Windows color (decimal): -5155443 or 9262513. OLE color: 9262513.

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

Color convert

RGB 177 85 141 -
CMYK 0 0.52 0.20 0.31
HSL 323.48º 0.37% 0.51% -
HSV(B) 323.48º 0.52% 0.69% -
XYZ 26.19 17.77 27.25 -
YUV 118.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 177 85 141 0 0.52 0.20 0.31 323.48 0.37 0.51
Hex B1 55 8D 0 34 14 1F 143 25 33
Octal 261 125 215 0 64 24 37 503 45 63
Binary 10110001 1010101 10001101 0 110100 10100 11111 101000011 100101 110011

Color Harmonies of #B1558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1558D

Black with #B1558D

Text Example


Text Example

White with #B1558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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