Html Css Color HEX #B1538C Mulberry

📋 copy color: '#B1538C'

red 177 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #B1538C

Tints of Mulberry #B1538C

RGB

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

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

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

R = 44.25%
G = 20.75%
B = 35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1538C (or 0xB1538C) is known color: Mulberry. HEX triplet: B1, 53 and 8C. RGB value is (177,83,140). Sum of RGB (Red+Green+Blue) = 177+83+140=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1538C is #4EAC73. Grayscale: #757575. Windows color (decimal): -5155956 or 9196465. OLE color: 9196465.

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

Color convert

RGB 177 83 140 -
CMYK 0 0.53 0.21 0.31
HSL 323.62º 0.38% 0.51% -
HSV(B) 323.62º 0.53% 0.69% -
XYZ 25.96 17.43 26.81 -
YUV 117.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 177 83 140 0 0.53 0.21 0.31 323.62 0.38 0.51
Hex B1 53 8C 0 35 15 1F 144 26 33
Octal 261 123 214 0 65 25 37 504 46 63
Binary 10110001 1010011 10001100 0 110101 10101 11111 101000100 100110 110011

Color Harmonies of #B1538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1538C

Black with #B1538C

Text Example


Text Example

White with #B1538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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