Html Css Color HEX #B1518F Mulberry

📋 copy color: '#B1518F'

red 177 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #B1518F

Tints of Mulberry #B1518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 44.14%
G = 20.2%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1518F (or 0xB1518F) is known color: Mulberry. HEX triplet: B1, 51 and 8F. RGB value is (177,81,143). Sum of RGB (Red+Green+Blue) = 177+81+143=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518F is #4EAE70. Grayscale: #747474. Windows color (decimal): -5156465 or 9392561. OLE color: 9392561.

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

Color convert

RGB 177 81 143 -
CMYK 0 0.54 0.19 0.31
HSL 321.25º 0.38% 0.51% -
HSV(B) 321.25º 0.54% 0.69% -
XYZ 26.03 17.22 27.94 -
YUV 116.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 177 81 143 0 0.54 0.19 0.31 321.25 0.38 0.51
Hex B1 51 8F 0 36 13 1F 141 26 33
Octal 261 121 217 0 66 23 37 501 46 63
Binary 10110001 1010001 10001111 0 110110 10011 11111 101000001 100110 110011

Color Harmonies of #B1518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1518F

Black with #B1518F

Text Example


Text Example

White with #B1518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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