Html Css Color HEX #B5528C Mulberry

📋 copy color: '#B5528C'

red 181 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #B5528C

Tints of Mulberry #B5528C

RGB

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

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

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

R = 44.91%
G = 20.35%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5528C (or 0xB5528C) is known color: Mulberry. HEX triplet: B5, 52 and 8C. RGB value is (181,82,140). Sum of RGB (Red+Green+Blue) = 181+82+140=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5528C is #4AAD73. Grayscale: #767676. Windows color (decimal): -4894068 or 9196213. OLE color: 9196213.

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

Color convert

RGB 181 82 140 -
CMYK 0 0.55 0.23 0.29
HSL 324.85º 0.4% 0.52% -
HSV(B) 324.85º 0.55% 0.71% -
XYZ 26.81 17.75 26.82 -
YUV 118.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 181 82 140 0 0.55 0.23 0.29 324.85 0.4 0.52
Hex B5 52 8C 0 37 17 1D 145 28 34
Octal 265 122 214 0 67 27 35 505 50 64
Binary 10110101 1010010 10001100 0 110111 10111 11101 101000101 101000 110100

Color Harmonies of #B5528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5528C

Black with #B5528C

Text Example


Text Example

White with #B5528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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