Html Css Color HEX #B1578A Mulberry

📋 copy color: '#B1578A'

red 177 ◦ green 87 ◦ blue 138

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

Shades of Mulberry #B1578A

Tints of Mulberry #B1578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 44.03%
G = 21.64%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1578A (or 0xB1578A) is known color: Mulberry. HEX triplet: B1, 57 and 8A. RGB value is (177,87,138). Sum of RGB (Red+Green+Blue) = 177+87+138=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578A is #4EA875. Grayscale: #777777. Windows color (decimal): -5154934 or 9066417. OLE color: 9066417.

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

Color convert

RGB 177 87 138 -
CMYK 0 0.51 0.22 0.31
HSL 326º 0.37% 0.52% -
HSV(B) 326º 0.51% 0.69% -
XYZ 26.13 18 26.14 -
YUV 119.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 177 87 138 0 0.51 0.22 0.31 326 0.37 0.52
Hex B1 57 8A 0 33 16 1F 146 25 34
Octal 261 127 212 0 63 26 37 506 45 64
Binary 10110001 1010111 10001010 0 110011 10110 11111 101000110 100101 110100

Color Harmonies of #B1578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1578A

Black with #B1578A

Text Example


Text Example

White with #B1578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1578A; }

 p { color: rgb(177,87,138); }

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

background-color css

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

 a { background-color: rgb(177,87,138); }

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

border-color css

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

 span { border-color: rgb(177,87,138); }

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