Html Css Color HEX #B0528F Mulberry

📋 copy color: '#B0528F'

red 176 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #B0528F

Tints of Mulberry #B0528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 43.89%
G = 20.45%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0528F (or 0xB0528F) is known color: Mulberry. HEX triplet: B0, 52 and 8F. RGB value is (176,82,143). Sum of RGB (Red+Green+Blue) = 176+82+143=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528F is #4FAD70. Grayscale: #747474. Windows color (decimal): -5221745 or 9392816. OLE color: 9392816.

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

Color convert

RGB 176 82 143 -
CMYK 0 0.53 0.19 0.31
HSL 321.06º 0.37% 0.51% -
HSV(B) 321.06º 0.53% 0.69% -
XYZ 25.88 17.25 27.95 -
YUV 117.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 176 82 143 0 0.53 0.19 0.31 321.06 0.37 0.51
Hex B0 52 8F 0 35 13 1F 141 25 33
Octal 260 122 217 0 65 23 37 501 45 63
Binary 10110000 1010010 10001111 0 110101 10011 11111 101000001 100101 110011

Color Harmonies of #B0528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0528F

Black with #B0528F

Text Example


Text Example

White with #B0528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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