Html Css Color HEX #B1518D Mulberry

📋 copy color: '#B1518D'

red 177 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #B1518D

Tints of Mulberry #B1518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 44.36%
G = 20.3%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1518D (or 0xB1518D) is known color: Mulberry. HEX triplet: B1, 51 and 8D. RGB value is (177,81,141). Sum of RGB (Red+Green+Blue) = 177+81+141=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518D is #4EAE72. Grayscale: #747474. Windows color (decimal): -5156467 or 9261489. OLE color: 9261489.

HSL color Cylindrical-coordinate representation of color #B1518D: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1518D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 141 -
CMYK 0 0.54 0.20 0.31
HSL 322.5º 0.38% 0.51% -
HSV(B) 322.5º 0.54% 0.69% -
XYZ 25.88 17.16 27.15 -
YUV 116.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 177 81 141 0 0.54 0.20 0.31 322.5 0.38 0.51
Hex B1 51 8D 0 36 14 1F 142 26 33
Octal 261 121 215 0 66 24 37 502 46 63
Binary 10110001 1010001 10001101 0 110110 10100 11111 101000010 100110 110011

Color Harmonies of #B1518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1518D

Black with #B1518D

Text Example


Text Example

White with #B1518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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