Html Css Color HEX #B1518A Mulberry

📋 copy color: '#B1518A'

red 177 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #B1518A

Tints of Mulberry #B1518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 44.7%
G = 20.45%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1518A (or 0xB1518A) is known color: Mulberry. HEX triplet: B1, 51 and 8A. RGB value is (177,81,138). Sum of RGB (Red+Green+Blue) = 177+81+138=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518A is #4EAE75. Grayscale: #747474. Windows color (decimal): -5156470 or 9064881. OLE color: 9064881.

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

Color convert

RGB 177 81 138 -
CMYK 0 0.54 0.22 0.31
HSL 324.38º 0.38% 0.51% -
HSV(B) 324.38º 0.54% 0.69% -
XYZ 25.66 17.07 25.99 -
YUV 116.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 177 81 138 0 0.54 0.22 0.31 324.38 0.38 0.51
Hex B1 51 8A 0 36 16 1F 144 26 33
Octal 261 121 212 0 66 26 37 504 46 63
Binary 10110001 1010001 10001010 0 110110 10110 11111 101000100 100110 110011

Color Harmonies of #B1518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1518A

Black with #B1518A

Text Example


Text Example

White with #B1518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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