Html Css Color HEX #B4478A Mulberry

📋 copy color: '#B4478A'

red 180 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #B4478A

Tints of Mulberry #B4478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 46.27%
G = 18.25%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4478A (or 0xB4478A) is known color: Mulberry. HEX triplet: B4, 47 and 8A. RGB value is (180,71,138). Sum of RGB (Red+Green+Blue) = 180+71+138=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4478A is #4BB875. Grayscale: #6F6F6F. Windows color (decimal): -4962422 or 9062324. OLE color: 9062324.

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

Color convert

RGB 180 71 138 -
CMYK 0 0.61 0.23 0.29
HSL 323.12º 0.43% 0.49% -
HSV(B) 323.12º 0.61% 0.71% -
XYZ 25.66 16.04 25.79 -
YUV 111.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 180 71 138 0 0.61 0.23 0.29 323.12 0.43 0.49
Hex B4 47 8A 0 3D 17 1D 143 2B 31
Octal 264 107 212 0 75 27 35 503 53 61
Binary 10110100 1000111 10001010 0 111101 10111 11101 101000011 101011 110001

Color Harmonies of #B4478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4478A

Black with #B4478A

Text Example


Text Example

White with #B4478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4478A; }

 p { color: rgb(180,71,138); }

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

background-color css

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

 a { background-color: rgb(180,71,138); }

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

border-color css

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

 span { border-color: rgb(180,71,138); }

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