Html Css Color HEX #B5548D Mulberry

📋 copy color: '#B5548D'

red 181 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #B5548D

Tints of Mulberry #B5548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 44.58%
G = 20.69%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5548D (or 0xB5548D) is known color: Mulberry. HEX triplet: B5, 54 and 8D. RGB value is (181,84,141). Sum of RGB (Red+Green+Blue) = 181+84+141=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548D is #4AAB72. Grayscale: #777777. Windows color (decimal): -4893555 or 9262261. OLE color: 9262261.

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

Color convert

RGB 181 84 141 -
CMYK 0 0.54 0.22 0.29
HSL 324.74º 0.4% 0.52% -
HSV(B) 324.74º 0.54% 0.71% -
XYZ 27.03 18.09 27.27 -
YUV 119.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 181 84 141 0 0.54 0.22 0.29 324.74 0.4 0.52
Hex B5 54 8D 0 36 16 1D 145 28 34
Octal 265 124 215 0 66 26 35 505 50 64
Binary 10110101 1010100 10001101 0 110110 10110 11101 101000101 101000 110100

Color Harmonies of #B5548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5548D

Black with #B5548D

Text Example


Text Example

White with #B5548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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