Html Css Color HEX #B1488A Mulberry

📋 copy color: '#B1488A'

red 177 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #B1488A

Tints of Mulberry #B1488A

RGB

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

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

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

R = 45.74%
G = 18.6%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1488A (or 0xB1488A) is known color: Mulberry. HEX triplet: B1, 48 and 8A. RGB value is (177,72,138). Sum of RGB (Red+Green+Blue) = 177+72+138=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1488A is #4EB775. Grayscale: #6E6E6E. Windows color (decimal): -5158774 or 9062577. OLE color: 9062577.

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

Color convert

RGB 177 72 138 -
CMYK 0 0.59 0.22 0.31
HSL 322.29º 0.42% 0.49% -
HSV(B) 322.29º 0.59% 0.69% -
XYZ 25.04 15.82 25.78 -
YUV 110.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 177 72 138 0 0.59 0.22 0.31 322.29 0.42 0.49
Hex B1 48 8A 0 3B 16 1F 142 2A 31
Octal 261 110 212 0 73 26 37 502 52 61
Binary 10110001 1001000 10001010 0 111011 10110 11111 101000010 101010 110001

Color Harmonies of #B1488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1488A

Black with #B1488A

Text Example


Text Example

White with #B1488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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