Html Css Color HEX #B0528B Mulberry

📋 copy color: '#B0528B'

red 176 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #B0528B

Tints of Mulberry #B0528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 44.33%
G = 20.65%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0528B (or 0xB0528B) is known color: Mulberry. HEX triplet: B0, 52 and 8B. RGB value is (176,82,139). Sum of RGB (Red+Green+Blue) = 176+82+139=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528B is #4FAD74. Grayscale: #747474. Windows color (decimal): -5221749 or 9130672. OLE color: 9130672.

HSL color Cylindrical-coordinate representation of color #B0528B: hue angle of 323.62º 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 #B0528B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 139 -
CMYK 0 0.53 0.21 0.31
HSL 323.62º 0.37% 0.51% -
HSV(B) 323.62º 0.53% 0.69% -
XYZ 25.58 17.13 26.38 -
YUV 116.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 176 82 139 0 0.53 0.21 0.31 323.62 0.37 0.51
Hex B0 52 8B 0 35 15 1F 144 25 33
Octal 260 122 213 0 65 25 37 504 45 63
Binary 10110000 1010010 10001011 0 110101 10101 11111 101000100 100101 110011

Color Harmonies of #B0528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0528B

Black with #B0528B

Text Example


Text Example

White with #B0528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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