Html Css Color HEX #B4529C Mulberry

📋 copy color: '#B4529C'

red 180 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #B4529C

Tints of Mulberry #B4529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 43.06%
G = 19.62%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4529C (or 0xB4529C) is known color: Mulberry. HEX triplet: B4, 52 and 9C. RGB value is (180,82,156). Sum of RGB (Red+Green+Blue) = 180+82+156=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529C is #4BAD63. Grayscale: #777777. Windows color (decimal): -4959588 or 10244788. OLE color: 10244788.

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

Color convert

RGB 180 82 156 -
CMYK 0 0.54 0.13 0.29
HSL 314.69º 0.4% 0.51% -
HSV(B) 314.69º 0.54% 0.71% -
XYZ 27.84 18.14 33.49 -
YUV 119.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 180 82 156 0 0.54 0.13 0.29 314.69 0.4 0.51
Hex B4 52 9C 0 36 D 1D 13B 28 33
Octal 264 122 234 0 66 15 35 473 50 63
Binary 10110100 1010010 10011100 0 110110 1101 11101 100111011 101000 110011

Color Harmonies of #B4529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4529C

Black with #B4529C

Text Example


Text Example

White with #B4529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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