Html Css Color HEX #B0528D Mulberry

📋 copy color: '#B0528D'

red 176 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #B0528D

Tints of Mulberry #B0528D

RGB

 RED value IS 176 (69.14% from 255) = 44.11%

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

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

R = 44.11%
G = 20.55%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0528D (or 0xB0528D) is known color: Mulberry. HEX triplet: B0, 52 and 8D. RGB value is (176,82,141). Sum of RGB (Red+Green+Blue) = 176+82+141=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528D is #4FAD72. Grayscale: #747474. Windows color (decimal): -5221747 or 9261744. OLE color: 9261744.

HSL color Cylindrical-coordinate representation of color #B0528D: hue angle of 322.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0528D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 141 -
CMYK 0 0.53 0.20 0.31
HSL 322.34º 0.37% 0.51% -
HSV(B) 322.34º 0.53% 0.69% -
XYZ 25.73 17.19 27.16 -
YUV 116.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 176 82 141 0 0.53 0.20 0.31 322.34 0.37 0.51
Hex B0 52 8D 0 35 14 1F 142 25 33
Octal 260 122 215 0 65 24 37 502 45 63
Binary 10110000 1010010 10001101 0 110101 10100 11111 101000010 100101 110011

Color Harmonies of #B0528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0528D

Black with #B0528D

Text Example


Text Example

White with #B0528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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