Html Css Color HEX #B55490 Mulberry

📋 copy color: '#B55490'

red 181 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B55490

Tints of Mulberry #B55490

RGB

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

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

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

R = 44.25%
G = 20.54%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B55490 (or 0xB55490) is known color: Mulberry. HEX triplet: B5, 54 and 90. RGB value is (181,84,144). Sum of RGB (Red+Green+Blue) = 181+84+144=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B55490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55490 is #4AAB6F. Grayscale: #777777. Windows color (decimal): -4893552 or 9458869. OLE color: 9458869.

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

Color convert

RGB 181 84 144 -
CMYK 0 0.54 0.20 0.29
HSL 322.89º 0.4% 0.52% -
HSV(B) 322.89º 0.54% 0.71% -
XYZ 27.26 18.18 28.46 -
YUV 119.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 181 84 144 0 0.54 0.20 0.29 322.89 0.4 0.52
Hex B5 54 90 0 36 14 1D 143 28 34
Octal 265 124 220 0 66 24 35 503 50 64
Binary 10110101 1010100 10010000 0 110110 10100 11101 101000011 101000 110100

Color Harmonies of #B55490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55490

Black with #B55490

Text Example


Text Example

White with #B55490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55490; }

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

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

background-color css

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

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

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

border-color css

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

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

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