Html Css Color HEX #B1538D Mulberry

📋 copy color: '#B1538D'

red 177 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #B1538D

Tints of Mulberry #B1538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 44.14%
G = 20.7%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1538D (or 0xB1538D) is known color: Mulberry. HEX triplet: B1, 53 and 8D. RGB value is (177,83,141). Sum of RGB (Red+Green+Blue) = 177+83+141=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1538D is #4EAC72. Grayscale: #757575. Windows color (decimal): -5155955 or 9262001. OLE color: 9262001.

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

Color convert

RGB 177 83 141 -
CMYK 0 0.53 0.20 0.31
HSL 322.98º 0.38% 0.51% -
HSV(B) 322.98º 0.53% 0.69% -
XYZ 26.03 17.46 27.2 -
YUV 117.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 177 83 141 0 0.53 0.20 0.31 322.98 0.38 0.51
Hex B1 53 8D 0 35 14 1F 143 26 33
Octal 261 123 215 0 65 24 37 503 46 63
Binary 10110001 1010011 10001101 0 110101 10100 11111 101000011 100110 110011

Color Harmonies of #B1538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1538D

Black with #B1538D

Text Example


Text Example

White with #B1538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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