Html Css Color HEX #B55491 Mulberry

📋 copy color: '#B55491'

red 181 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #B55491

Tints of Mulberry #B55491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 44.15%
G = 20.49%
B = 35.37%

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

#B55491 (or 0xB55491) is known color: Mulberry. HEX triplet: B5, 54 and 91. RGB value is (181,84,145). Sum of RGB (Red+Green+Blue) = 181+84+145=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55491 is #4AAB6E. Grayscale: #777777. Windows color (decimal): -4893551 or 9524405. OLE color: 9524405.

HSL color Cylindrical-coordinate representation of color #B55491: hue angle of 322.27º 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 #B55491 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 145 -
CMYK 0 0.54 0.20 0.29
HSL 322.27º 0.4% 0.52% -
HSV(B) 322.27º 0.54% 0.71% -
XYZ 27.34 18.21 28.86 -
YUV 119.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 181 84 145 0 0.54 0.20 0.29 322.27 0.4 0.52
Hex B5 54 91 0 36 14 1D 142 28 34
Octal 265 124 221 0 66 24 35 502 50 64
Binary 10110101 1010100 10010001 0 110110 10100 11101 101000010 101000 110100

Color Harmonies of #B55491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55491

Black with #B55491

Text Example


Text Example

White with #B55491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55491; }

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

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

background-color css

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

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

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

border-color css

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

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

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