Html Css Color HEX #B1518C Mulberry

📋 copy color: '#B1518C'

red 177 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #B1518C

Tints of Mulberry #B1518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 44.47%
G = 20.35%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1518C (or 0xB1518C) is known color: Mulberry. HEX triplet: B1, 51 and 8C. RGB value is (177,81,140). Sum of RGB (Red+Green+Blue) = 177+81+140=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518C is #4EAE73. Grayscale: #747474. Windows color (decimal): -5156468 or 9195953. OLE color: 9195953.

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

Color convert

RGB 177 81 140 -
CMYK 0 0.54 0.21 0.31
HSL 323.13º 0.38% 0.51% -
HSV(B) 323.13º 0.54% 0.69% -
XYZ 25.81 17.13 26.76 -
YUV 116.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 177 81 140 0 0.54 0.21 0.31 323.13 0.38 0.51
Hex B1 51 8C 0 36 15 1F 143 26 33
Octal 261 121 214 0 66 25 37 503 46 63
Binary 10110001 1010001 10001100 0 110110 10101 11111 101000011 100110 110011

Color Harmonies of #B1518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1518C

Black with #B1518C

Text Example


Text Example

White with #B1518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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