Html Css Color HEX #B55990 Mulberry

📋 copy color: '#B55990'

red 181 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #B55990

Tints of Mulberry #B55990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

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

R = 43.72%
G = 21.5%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55990 (or 0xB55990) is known color: Mulberry. HEX triplet: B5, 59 and 90. RGB value is (181,89,144). Sum of RGB (Red+Green+Blue) = 181+89+144=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55990 is #4AA66F. Grayscale: #7A7A7A. Windows color (decimal): -4892272 or 9460149. OLE color: 9460149.

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

Color convert

RGB 181 89 144 -
CMYK 0 0.51 0.20 0.29
HSL 324.13º 0.38% 0.53% -
HSV(B) 324.13º 0.51% 0.71% -
XYZ 27.66 18.98 28.59 -
YUV 122.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 181 89 144 0 0.51 0.20 0.29 324.13 0.38 0.53
Hex B5 59 90 0 33 14 1D 144 26 35
Octal 265 131 220 0 63 24 35 504 46 65
Binary 10110101 1011001 10010000 0 110011 10100 11101 101000100 100110 110101

Color Harmonies of #B55990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55990

Black with #B55990

Text Example


Text Example

White with #B55990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55990; }

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

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

background-color css

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

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

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

border-color css

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

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

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