Html Css Color HEX #B15490 Mulberry

📋 copy color: '#B15490'

red 177 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B15490

Tints of Mulberry #B15490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 43.7%
G = 20.74%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B15490 (or 0xB15490) is known color: Mulberry. HEX triplet: B1, 54 and 90. RGB value is (177,84,144). Sum of RGB (Red+Green+Blue) = 177+84+144=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B15490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15490 is #4EAB6F. Grayscale: #767676. Windows color (decimal): -5155696 or 9458865. OLE color: 9458865.

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

Color convert

RGB 177 84 144 -
CMYK 0 0.53 0.19 0.31
HSL 321.29º 0.37% 0.51% -
HSV(B) 321.29º 0.53% 0.69% -
XYZ 26.34 17.7 28.41 -
YUV 118.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 177 84 144 0 0.53 0.19 0.31 321.29 0.37 0.51
Hex B1 54 90 0 35 13 1F 141 25 33
Octal 261 124 220 0 65 23 37 501 45 63
Binary 10110001 1010100 10010000 0 110101 10011 11111 101000001 100101 110011

Color Harmonies of #B15490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15490

Black with #B15490

Text Example


Text Example

White with #B15490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15490; }

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

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

background-color css

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

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

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

border-color css

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

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

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