Html Css Color HEX #B1488D Mulberry

📋 copy color: '#B1488D'

red 177 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #B1488D

Tints of Mulberry #B1488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 45.38%
G = 18.46%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1488D (or 0xB1488D) is known color: Mulberry. HEX triplet: B1, 48 and 8D. RGB value is (177,72,141). Sum of RGB (Red+Green+Blue) = 177+72+141=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1488D is #4EB772. Grayscale: #6F6F6F. Windows color (decimal): -5158771 or 9259185. OLE color: 9259185.

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

Color convert

RGB 177 72 141 -
CMYK 0 0.59 0.20 0.31
HSL 320.57º 0.42% 0.49% -
HSV(B) 320.57º 0.59% 0.69% -
XYZ 25.26 15.9 26.94 -
YUV 111.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 177 72 141 0 0.59 0.20 0.31 320.57 0.42 0.49
Hex B1 48 8D 0 3B 14 1F 141 2A 31
Octal 261 110 215 0 73 24 37 501 52 61
Binary 10110001 1001000 10001101 0 111011 10100 11111 101000001 101010 110001

Color Harmonies of #B1488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1488D

Black with #B1488D

Text Example


Text Example

White with #B1488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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