Html Css Color HEX #B4488B Mulberry

📋 copy color: '#B4488B'

red 180 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #B4488B

Tints of Mulberry #B4488B

RGB

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

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

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

R = 46.04%
G = 18.41%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4488B (or 0xB4488B) is known color: Mulberry. HEX triplet: B4, 48 and 8B. RGB value is (180,72,139). Sum of RGB (Red+Green+Blue) = 180+72+139=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4488B is #4BB774. Grayscale: #6F6F6F. Windows color (decimal): -4962165 or 9128116. OLE color: 9128116.

HSL color Cylindrical-coordinate representation of color #B4488B: hue angle of 322.78º 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 #B4488B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 139 -
CMYK 0 0.60 0.23 0.29
HSL 322.78º 0.43% 0.49% -
HSV(B) 322.78º 0.6% 0.71% -
XYZ 25.8 16.2 26.19 -
YUV 111.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 180 72 139 0 0.60 0.23 0.29 322.78 0.43 0.49
Hex B4 48 8B 0 3C 17 1D 143 2B 31
Octal 264 110 213 0 74 27 35 503 53 61
Binary 10110100 1001000 10001011 0 111100 10111 11101 101000011 101011 110001

Color Harmonies of #B4488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4488B

Black with #B4488B

Text Example


Text Example

White with #B4488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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