Html Css Color HEX #B1568D Mulberry

📋 copy color: '#B1568D'

red 177 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #B1568D

Tints of Mulberry #B1568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

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

R = 43.81%
G = 21.29%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1568D (or 0xB1568D) is known color: Mulberry. HEX triplet: B1, 56 and 8D. RGB value is (177,86,141). Sum of RGB (Red+Green+Blue) = 177+86+141=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1568D is #4EA972. Grayscale: #777777. Windows color (decimal): -5155187 or 9262769. OLE color: 9262769.

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

Color convert

RGB 177 86 141 -
CMYK 0 0.51 0.20 0.31
HSL 323.74º 0.37% 0.52% -
HSV(B) 323.74º 0.51% 0.69% -
XYZ 26.27 17.93 27.27 -
YUV 119.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 177 86 141 0 0.51 0.20 0.31 323.74 0.37 0.52
Hex B1 56 8D 0 33 14 1F 144 25 34
Octal 261 126 215 0 63 24 37 504 45 64
Binary 10110001 1010110 10001101 0 110011 10100 11111 101000100 100101 110100

Color Harmonies of #B1568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1568D

Black with #B1568D

Text Example


Text Example

White with #B1568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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