Html Css Color HEX #B1518B Mulberry

📋 copy color: '#B1518B'

red 177 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #B1518B

Tints of Mulberry #B1518B

RGB

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

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

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

R = 44.58%
G = 20.4%
B = 35.01%

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

#B1518B (or 0xB1518B) is known color: Mulberry. HEX triplet: B1, 51 and 8B. RGB value is (177,81,139). Sum of RGB (Red+Green+Blue) = 177+81+139=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518B is #4EAE74. Grayscale: #747474. Windows color (decimal): -5156469 or 9130417. OLE color: 9130417.

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

Color convert

RGB 177 81 139 -
CMYK 0 0.54 0.21 0.31
HSL 323.75º 0.38% 0.51% -
HSV(B) 323.75º 0.54% 0.69% -
XYZ 25.73 17.1 26.37 -
YUV 116.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 177 81 139 0 0.54 0.21 0.31 323.75 0.38 0.51
Hex B1 51 8B 0 36 15 1F 144 26 33
Octal 261 121 213 0 66 25 37 504 46 63
Binary 10110001 1010001 10001011 0 110110 10101 11111 101000100 100110 110011

Color Harmonies of #B1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1518B

Black with #B1518B

Text Example


Text Example

White with #B1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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