Html Css Color HEX #B15C90 Mulberry

📋 copy color: '#B15C90'

red 177 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #B15C90

Tints of Mulberry #B15C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.28%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 42.86%
G = 22.28%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B15C90 (or 0xB15C90) is known color: Mulberry. HEX triplet: B1, 5C and 90. RGB value is (177,92,144). Sum of RGB (Red+Green+Blue) = 177+92+144=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C90 is #4EA36F. Grayscale: #7B7B7B. Windows color (decimal): -5153648 or 9460913. OLE color: 9460913.

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

Color convert

RGB 177 92 144 -
CMYK 0 0.48 0.19 0.31
HSL 323.29º 0.35% 0.53% -
HSV(B) 323.29º 0.48% 0.69% -
XYZ 26.99 19.02 28.63 -
YUV 123.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 177 92 144 0 0.48 0.19 0.31 323.29 0.35 0.53
Hex B1 5C 90 0 30 13 1F 143 23 35
Octal 261 134 220 0 60 23 37 503 43 65
Binary 10110001 1011100 10010000 0 110000 10011 11111 101000011 100011 110101

Color Harmonies of #B15C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C90

Black with #B15C90

Text Example


Text Example

White with #B15C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C90; }

 p { color: rgb(177,92,144); }

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

background-color css

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

 a { background-color: rgb(177,92,144); }

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

border-color css

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

 span { border-color: rgb(177,92,144); }

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