Html Css Color HEX #B1558F Mulberry

📋 copy color: '#B1558F'

red 177 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #B1558F

Tints of Mulberry #B1558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 43.7%
G = 20.99%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1558F (or 0xB1558F) is known color: Mulberry. HEX triplet: B1, 55 and 8F. RGB value is (177,85,143). Sum of RGB (Red+Green+Blue) = 177+85+143=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558F is #4EAA70. Grayscale: #767676. Windows color (decimal): -5155441 or 9393585. OLE color: 9393585.

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

Color convert

RGB 177 85 143 -
CMYK 0 0.52 0.19 0.31
HSL 322.17º 0.37% 0.51% -
HSV(B) 322.17º 0.52% 0.69% -
XYZ 26.34 17.83 28.04 -
YUV 119.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 177 85 143 0 0.52 0.19 0.31 322.17 0.37 0.51
Hex B1 55 8F 0 34 13 1F 142 25 33
Octal 261 125 217 0 64 23 37 502 45 63
Binary 10110001 1010101 10001111 0 110100 10011 11111 101000010 100101 110011

Color Harmonies of #B1558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1558F

Black with #B1558F

Text Example


Text Example

White with #B1558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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