Html Css Color HEX #B4528C Mulberry

📋 copy color: '#B4528C'

red 180 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #B4528C

Tints of Mulberry #B4528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 44.78%
G = 20.4%
B = 34.83%

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

#B4528C (or 0xB4528C) is known color: Mulberry. HEX triplet: B4, 52 and 8C. RGB value is (180,82,140). Sum of RGB (Red+Green+Blue) = 180+82+140=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528C is #4BAD73. Grayscale: #757575. Windows color (decimal): -4959604 or 9196212. OLE color: 9196212.

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

Color convert

RGB 180 82 140 -
CMYK 0 0.54 0.22 0.29
HSL 324.49º 0.4% 0.51% -
HSV(B) 324.49º 0.54% 0.71% -
XYZ 26.57 17.63 26.81 -
YUV 117.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 180 82 140 0 0.54 0.22 0.29 324.49 0.4 0.51
Hex B4 52 8C 0 36 16 1D 144 28 33
Octal 264 122 214 0 66 26 35 504 50 63
Binary 10110100 1010010 10001100 0 110110 10110 11101 101000100 101000 110011

Color Harmonies of #B4528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4528C

Black with #B4528C

Text Example


Text Example

White with #B4528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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