Html Css Color HEX #B4489C Mulberry

📋 copy color: '#B4489C'

red 180 ◦ green 72 ◦ blue 156

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

Shades of Mulberry #B4489C

Tints of Mulberry #B4489C

RGB

 RED value IS 180 (70.7% from 255) = 44.12%

 GREEN value IS 72 (28.52% from 255) = 17.65%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 44.12%
G = 17.65%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4489C (or 0xB4489C) is known color: Mulberry. HEX triplet: B4, 48 and 9C. RGB value is (180,72,156). Sum of RGB (Red+Green+Blue) = 180+72+156=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4489C is #4BB763. Grayscale: #717171. Windows color (decimal): -4962148 or 10242228. OLE color: 10242228.

HSL color Cylindrical-coordinate representation of color #B4489C: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4489C is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 156 -
CMYK 0 0.60 0.13 0.29
HSL 313.33º 0.43% 0.49% -
HSV(B) 313.33º 0.6% 0.71% -
XYZ 27.14 16.74 33.25 -
YUV 113.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 180 72 156 0 0.60 0.13 0.29 313.33 0.43 0.49
Hex B4 48 9C 0 3C D 1D 139 2B 31
Octal 264 110 234 0 74 15 35 471 53 61
Binary 10110100 1001000 10011100 0 111100 1101 11101 100111001 101011 110001

Color Harmonies of #B4489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4489C

Black with #B4489C

Text Example


Text Example

White with #B4489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4489C; }

 p { color: rgb(180,72,156); }

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

background-color css

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

 a { background-color: rgb(180,72,156); }

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

border-color css

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

 span { border-color: rgb(180,72,156); }

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