Html Css Color HEX #B2528F Mulberry

📋 copy color: '#B2528F'

red 178 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #B2528F

Tints of Mulberry #B2528F

RGB

 RED value IS 178 (69.92% from 255) = 44.17%

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

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

R = 44.17%
G = 20.35%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2528F (or 0xB2528F) is known color: Mulberry. HEX triplet: B2, 52 and 8F. RGB value is (178,82,143). Sum of RGB (Red+Green+Blue) = 178+82+143=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2528F is #4DAD70. Grayscale: #757575. Windows color (decimal): -5090673 or 9392818. OLE color: 9392818.

HSL color Cylindrical-coordinate representation of color #B2528F: hue angle of 321.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2528F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 143 -
CMYK 0 0.54 0.20 0.30
HSL 321.88º 0.38% 0.51% -
HSV(B) 321.88º 0.54% 0.7% -
XYZ 26.34 17.48 27.97 -
YUV 117.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 178 82 143 0 0.54 0.20 0.30 321.88 0.38 0.51
Hex B2 52 8F 0 36 14 1E 142 26 33
Octal 262 122 217 0 66 24 36 502 46 63
Binary 10110010 1010010 10001111 0 110110 10100 11110 101000010 100110 110011

Color Harmonies of #B2528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2528F

Black with #B2528F

Text Example


Text Example

White with #B2528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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