Html Css Color HEX #B1578C Mulberry

📋 copy color: '#B1578C'

red 177 ◦ green 87 ◦ blue 140

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

Shades of Mulberry #B1578C

Tints of Mulberry #B1578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 43.81%
G = 21.53%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1578C (or 0xB1578C) is known color: Mulberry. HEX triplet: B1, 57 and 8C. RGB value is (177,87,140). Sum of RGB (Red+Green+Blue) = 177+87+140=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578C is #4EA873. Grayscale: #777777. Windows color (decimal): -5154932 or 9197489. OLE color: 9197489.

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

Color convert

RGB 177 87 140 -
CMYK 0 0.51 0.21 0.31
HSL 324.67º 0.37% 0.52% -
HSV(B) 324.67º 0.51% 0.69% -
XYZ 26.27 18.06 26.91 -
YUV 119.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 177 87 140 0 0.51 0.21 0.31 324.67 0.37 0.52
Hex B1 57 8C 0 33 15 1F 145 25 34
Octal 261 127 214 0 63 25 37 505 45 64
Binary 10110001 1010111 10001100 0 110011 10101 11111 101000101 100101 110100

Color Harmonies of #B1578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1578C

Black with #B1578C

Text Example


Text Example

White with #B1578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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