Html Css Color HEX #B1478A Mulberry

📋 copy color: '#B1478A'

red 177 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #B1478A

Tints of Mulberry #B1478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

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

R = 45.85%
G = 18.39%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1478A (or 0xB1478A) is known color: Mulberry. HEX triplet: B1, 47 and 8A. RGB value is (177,71,138). Sum of RGB (Red+Green+Blue) = 177+71+138=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1478A is #4EB875. Grayscale: #6E6E6E. Windows color (decimal): -5159030 or 9062321. OLE color: 9062321.

HSL color Cylindrical-coordinate representation of color #B1478A: hue angle of 322.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1478A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 138 -
CMYK 0 0.60 0.22 0.31
HSL 322.08º 0.43% 0.49% -
HSV(B) 322.08º 0.6% 0.69% -
XYZ 24.97 15.69 25.76 -
YUV 110.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 177 71 138 0 0.60 0.22 0.31 322.08 0.43 0.49
Hex B1 47 8A 0 3C 16 1F 142 2B 31
Octal 261 107 212 0 74 26 37 502 53 61
Binary 10110001 1000111 10001010 0 111100 10110 11111 101000010 101011 110001

Color Harmonies of #B1478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1478A

Black with #B1478A

Text Example


Text Example

White with #B1478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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