Html Css Color HEX #B4528D Mulberry

📋 copy color: '#B4528D'

red 180 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #B4528D

Tints of Mulberry #B4528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 44.67%
G = 20.35%
B = 34.99%

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

#B4528D (or 0xB4528D) is known color: Mulberry. HEX triplet: B4, 52 and 8D. RGB value is (180,82,141). Sum of RGB (Red+Green+Blue) = 180+82+141=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528D is #4BAD72. Grayscale: #757575. Windows color (decimal): -4959603 or 9261748. OLE color: 9261748.

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

Color convert

RGB 180 82 141 -
CMYK 0 0.54 0.22 0.29
HSL 323.88º 0.4% 0.51% -
HSV(B) 323.88º 0.54% 0.71% -
XYZ 26.65 17.66 27.2 -
YUV 118.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 180 82 141 0 0.54 0.22 0.29 323.88 0.4 0.51
Hex B4 52 8D 0 36 16 1D 144 28 33
Octal 264 122 215 0 66 26 35 504 50 63
Binary 10110100 1010010 10001101 0 110110 10110 11101 101000100 101000 110011

Color Harmonies of #B4528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4528D

Black with #B4528D

Text Example


Text Example

White with #B4528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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