Html Css Color HEX #B1478B Mulberry

📋 copy color: '#B1478B'

red 177 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #B1478B

Tints of Mulberry #B1478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 45.74%
G = 18.35%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1478B (or 0xB1478B) is known color: Mulberry. HEX triplet: B1, 47 and 8B. RGB value is (177,71,139). Sum of RGB (Red+Green+Blue) = 177+71+139=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1478B is #4EB874. Grayscale: #6E6E6E. Windows color (decimal): -5159029 or 9127857. OLE color: 9127857.

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

Color convert

RGB 177 71 139 -
CMYK 0 0.60 0.21 0.31
HSL 321.51º 0.43% 0.49% -
HSV(B) 321.51º 0.6% 0.69% -
XYZ 25.04 15.72 26.14 -
YUV 110.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 177 71 139 0 0.60 0.21 0.31 321.51 0.43 0.49
Hex B1 47 8B 0 3C 15 1F 142 2B 31
Octal 261 107 213 0 74 25 37 502 53 61
Binary 10110001 1000111 10001011 0 111100 10101 11111 101000010 101011 110001

Color Harmonies of #B1478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1478B

Black with #B1478B

Text Example


Text Example

White with #B1478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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