Html Css Color HEX #B2548B Mulberry

📋 copy color: '#B2548B'

red 178 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #B2548B

Tints of Mulberry #B2548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

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

R = 44.39%
G = 20.95%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2548B (or 0xB2548B) is known color: Mulberry. HEX triplet: B2, 54 and 8B. RGB value is (178,84,139). Sum of RGB (Red+Green+Blue) = 178+84+139=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2548B is #4DAB74. Grayscale: #767676. Windows color (decimal): -5090165 or 9131186. OLE color: 9131186.

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

Color convert

RGB 178 84 139 -
CMYK 0 0.53 0.22 0.30
HSL 324.89º 0.38% 0.51% -
HSV(B) 324.89º 0.53% 0.7% -
XYZ 26.19 17.67 26.46 -
YUV 118.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 178 84 139 0 0.53 0.22 0.30 324.89 0.38 0.51
Hex B2 54 8B 0 35 16 1E 145 26 33
Octal 262 124 213 0 65 26 36 505 46 63
Binary 10110010 1010100 10001011 0 110101 10110 11110 101000101 100110 110011

Color Harmonies of #B2548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2548B

Black with #B2548B

Text Example


Text Example

White with #B2548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2548B; }

 p { color: rgb(178,84,139); }

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

background-color css

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

 a { background-color: rgb(178,84,139); }

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

border-color css

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

 span { border-color: rgb(178,84,139); }

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