Html Css Color HEX #B55487 Mulberry

📋 copy color: '#B55487'

red 181 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #B55487

Tints of Mulberry #B55487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 45.25%
G = 21%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B55487 (or 0xB55487) is known color: Mulberry. HEX triplet: B5, 54 and 87. RGB value is (181,84,135). Sum of RGB (Red+Green+Blue) = 181+84+135=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55487 is #4AAB78. Grayscale: #767676. Windows color (decimal): -4893561 or 8869045. OLE color: 8869045.

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

Color convert

RGB 181 84 135 -
CMYK 0 0.54 0.25 0.29
HSL 328.45º 0.4% 0.52% -
HSV(B) 328.45º 0.54% 0.71% -
XYZ 26.6 17.91 24.98 -
YUV 118.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 181 84 135 0 0.54 0.25 0.29 328.45 0.4 0.52
Hex B5 54 87 0 36 19 1D 148 28 34
Octal 265 124 207 0 66 31 35 510 50 64
Binary 10110101 1010100 10000111 0 110110 11001 11101 101001000 101000 110100

Color Harmonies of #B55487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55487

Black with #B55487

Text Example


Text Example

White with #B55487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55487; }

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

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

background-color css

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

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

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

border-color css

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

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

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