Html Css Color HEX #B4548D Mulberry

📋 copy color: '#B4548D'

red 180 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #B4548D

Tints of Mulberry #B4548D

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

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

R = 44.44%
G = 20.74%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4548D (or 0xB4548D) is known color: Mulberry. HEX triplet: B4, 54 and 8D. RGB value is (180,84,141). Sum of RGB (Red+Green+Blue) = 180+84+141=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4548D is #4BAB72. Grayscale: #777777. Windows color (decimal): -4959091 or 9262260. OLE color: 9262260.

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

Color convert

RGB 180 84 141 -
CMYK 0 0.53 0.22 0.29
HSL 324.38º 0.39% 0.52% -
HSV(B) 324.38º 0.53% 0.71% -
XYZ 26.8 17.97 27.25 -
YUV 119.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 180 84 141 0 0.53 0.22 0.29 324.38 0.39 0.52
Hex B4 54 8D 0 35 16 1D 144 27 34
Octal 264 124 215 0 65 26 35 504 47 64
Binary 10110100 1010100 10001101 0 110101 10110 11101 101000100 100111 110100

Color Harmonies of #B4548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4548D

Black with #B4548D

Text Example


Text Example

White with #B4548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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