Html Css Color HEX #B55E90 Mulberry

📋 copy color: '#B55E90'

red 181 ◦ green 94 ◦ blue 144

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

Shades of Mulberry #B55E90

Tints of Mulberry #B55E90

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

 GREEN value IS 94 (37.11% from 255) = 22.43%

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

R = 43.2%
G = 22.43%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55E90 (or 0xB55E90) is known color: Mulberry. HEX triplet: B5, 5E and 90. RGB value is (181,94,144). Sum of RGB (Red+Green+Blue) = 181+94+144=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E90 is #4AA16F. Grayscale: #7D7D7D. Windows color (decimal): -4890992 or 9461429. OLE color: 9461429.

HSL color Cylindrical-coordinate representation of color #B55E90: hue angle of 325.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E90 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 94 144 -
CMYK 0 0.48 0.20 0.29
HSL 325.52º 0.37% 0.54% -
HSV(B) 325.52º 0.48% 0.71% -
XYZ 28.09 19.84 28.73 -
YUV 125.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 181 94 144 0 0.48 0.20 0.29 325.52 0.37 0.54
Hex B5 5E 90 0 30 14 1D 146 25 36
Octal 265 136 220 0 60 24 35 506 45 66
Binary 10110101 1011110 10010000 0 110000 10100 11101 101000110 100101 110110

Color Harmonies of #B55E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E90

Black with #B55E90

Text Example


Text Example

White with #B55E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E90; }

 p { color: rgb(181,94,144); }

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

background-color css

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

 a { background-color: rgb(181,94,144); }

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

border-color css

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

 span { border-color: rgb(181,94,144); }

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