Html Css Color HEX #B2548C Mulberry

📋 copy color: '#B2548C'

red 178 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #B2548C

Tints of Mulberry #B2548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 44.28%
G = 20.9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2548C (or 0xB2548C) is known color: Mulberry. HEX triplet: B2, 54 and 8C. RGB value is (178,84,140). Sum of RGB (Red+Green+Blue) = 178+84+140=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2548C is #4DAB73. Grayscale: #767676. Windows color (decimal): -5090164 or 9196722. OLE color: 9196722.

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

Color convert

RGB 178 84 140 -
CMYK 0 0.53 0.21 0.30
HSL 324.26º 0.38% 0.51% -
HSV(B) 324.26º 0.53% 0.7% -
XYZ 26.26 17.7 26.84 -
YUV 118.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 178 84 140 0 0.53 0.21 0.30 324.26 0.38 0.51
Hex B2 54 8C 0 35 15 1E 144 26 33
Octal 262 124 214 0 65 25 36 504 46 63
Binary 10110010 1010100 10001100 0 110101 10101 11110 101000100 100110 110011

Color Harmonies of #B2548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2548C

Black with #B2548C

Text Example


Text Example

White with #B2548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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