Html Css Color HEX #B1489A Mulberry

📋 copy color: '#B1489A'

red 177 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #B1489A

Tints of Mulberry #B1489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 43.92%
G = 17.87%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1489A (or 0xB1489A) is known color: Mulberry. HEX triplet: B1, 48 and 9A. RGB value is (177,72,154). Sum of RGB (Red+Green+Blue) = 177+72+154=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489A is #4EB765. Grayscale: #707070. Windows color (decimal): -5158758 or 10111153. OLE color: 10111153.

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

Color convert

RGB 177 72 154 -
CMYK 0 0.59 0.13 0.31
HSL 313.14º 0.42% 0.49% -
HSV(B) 313.14º 0.59% 0.69% -
XYZ 26.28 16.31 32.34 -
YUV 112.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 177 72 154 0 0.59 0.13 0.31 313.14 0.42 0.49
Hex B1 48 9A 0 3B D 1F 139 2A 31
Octal 261 110 232 0 73 15 37 471 52 61
Binary 10110001 1001000 10011010 0 111011 1101 11111 100111001 101010 110001

Color Harmonies of #B1489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1489A

Black with #B1489A

Text Example


Text Example

White with #B1489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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