Html Css Color HEX #B55D90 Mulberry

📋 copy color: '#B55D90'

red 181 ◦ green 93 ◦ blue 144

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

Shades of Mulberry #B55D90

Tints of Mulberry #B55D90

RGB

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

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

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

R = 43.3%
G = 22.25%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55D90 (or 0xB55D90) is known color: Mulberry. HEX triplet: B5, 5D and 90. RGB value is (181,93,144). Sum of RGB (Red+Green+Blue) = 181+93+144=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D90 is #4AA26F. Grayscale: #7D7D7D. Windows color (decimal): -4891248 or 9461173. OLE color: 9461173.

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

Color convert

RGB 181 93 144 -
CMYK 0 0.49 0.20 0.29
HSL 325.23º 0.37% 0.54% -
HSV(B) 325.23º 0.49% 0.71% -
XYZ 28 19.67 28.71 -
YUV 125.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 181 93 144 0 0.49 0.20 0.29 325.23 0.37 0.54
Hex B5 5D 90 0 31 14 1D 145 25 36
Octal 265 135 220 0 61 24 35 505 45 66
Binary 10110101 1011101 10010000 0 110001 10100 11101 101000101 100101 110110

Color Harmonies of #B55D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D90

Black with #B55D90

Text Example


Text Example

White with #B55D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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