Html Css Color HEX #B1558E Mulberry

📋 copy color: '#B1558E'

red 177 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #B1558E

Tints of Mulberry #B1558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 43.81%
G = 21.04%
B = 35.15%

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

#B1558E (or 0xB1558E) is known color: Mulberry. HEX triplet: B1, 55 and 8E. RGB value is (177,85,142). Sum of RGB (Red+Green+Blue) = 177+85+142=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558E is #4EAA71. Grayscale: #767676. Windows color (decimal): -5155442 or 9328049. OLE color: 9328049.

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

Color convert

RGB 177 85 142 -
CMYK 0 0.52 0.20 0.31
HSL 322.83º 0.37% 0.51% -
HSV(B) 322.83º 0.52% 0.69% -
XYZ 26.26 17.8 27.64 -
YUV 119.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 177 85 142 0 0.52 0.20 0.31 322.83 0.37 0.51
Hex B1 55 8E 0 34 14 1F 143 25 33
Octal 261 125 216 0 64 24 37 503 45 63
Binary 10110001 1010101 10001110 0 110100 10100 11111 101000011 100101 110011

Color Harmonies of #B1558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1558E

Black with #B1558E

Text Example


Text Example

White with #B1558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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