Html Css Color HEX #B1489B Mulberry

📋 copy color: '#B1489B'

red 177 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #B1489B

Tints of Mulberry #B1489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 43.81%
G = 17.82%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1489B (or 0xB1489B) is known color: Mulberry. HEX triplet: B1, 48 and 9B. RGB value is (177,72,155). Sum of RGB (Red+Green+Blue) = 177+72+155=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489B is #4EB764. Grayscale: #707070. Windows color (decimal): -5158757 or 10176689. OLE color: 10176689.

HSL color Cylindrical-coordinate representation of color #B1489B: hue angle of 312.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1489B is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 155 -
CMYK 0 0.59 0.12 0.31
HSL 312.57º 0.42% 0.49% -
HSV(B) 312.57º 0.59% 0.69% -
XYZ 26.37 16.35 32.78 -
YUV 112.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 177 72 155 0 0.59 0.12 0.31 312.57 0.42 0.49
Hex B1 48 9B 0 3B C 1F 139 2A 31
Octal 261 110 233 0 73 14 37 471 52 61
Binary 10110001 1001000 10011011 0 111011 1100 11111 100111001 101010 110001

Color Harmonies of #B1489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1489B

Black with #B1489B

Text Example


Text Example

White with #B1489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1489B; }

 p { color: rgb(177,72,155); }

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

background-color css

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

 a { background-color: rgb(177,72,155); }

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

border-color css

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

 span { border-color: rgb(177,72,155); }

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