Html Css Color HEX #B15D8E Mulberry

📋 copy color: '#B15D8E'

red 177 ◦ green 93 ◦ blue 142

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

Shades of Mulberry #B15D8E

Tints of Mulberry #B15D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 42.96%
G = 22.57%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B15D8E (or 0xB15D8E) is known color: Mulberry. HEX triplet: B1, 5D and 8E. RGB value is (177,93,142). Sum of RGB (Red+Green+Blue) = 177+93+142=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15D8E is #4EA271. Grayscale: #7B7B7B. Windows color (decimal): -5153394 or 9330097. OLE color: 9330097.

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

Color convert

RGB 177 93 142 -
CMYK 0 0.47 0.20 0.31
HSL 325º 0.35% 0.53% -
HSV(B) 325º 0.47% 0.69% -
XYZ 26.93 19.13 27.86 -
YUV 123.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 177 93 142 0 0.47 0.20 0.31 325 0.35 0.53
Hex B1 5D 8E 0 2F 14 1F 145 23 35
Octal 261 135 216 0 57 24 37 505 43 65
Binary 10110001 1011101 10001110 0 101111 10100 11111 101000101 100011 110101

Color Harmonies of #B15D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D8E

Black with #B15D8E

Text Example


Text Example

White with #B15D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D8E; }

 p { color: rgb(177,93,142); }

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

background-color css

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

 a { background-color: rgb(177,93,142); }

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

border-color css

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

 span { border-color: rgb(177,93,142); }

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