Html Css Color HEX #B4588B Mulberry

📋 copy color: '#B4588B'

red 180 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #B4588B

Tints of Mulberry #B4588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

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

R = 44.23%
G = 21.62%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4588B (or 0xB4588B) is known color: Mulberry. HEX triplet: B4, 58 and 8B. RGB value is (180,88,139). Sum of RGB (Red+Green+Blue) = 180+88+139=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4588B is #4BA774. Grayscale: #797979. Windows color (decimal): -4958069 or 9132212. OLE color: 9132212.

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

Color convert

RGB 180 88 139 -
CMYK 0 0.51 0.23 0.29
HSL 326.74º 0.38% 0.53% -
HSV(B) 326.74º 0.51% 0.71% -
XYZ 26.97 18.55 26.58 -
YUV 121.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 180 88 139 0 0.51 0.23 0.29 326.74 0.38 0.53
Hex B4 58 8B 0 33 17 1D 147 26 35
Octal 264 130 213 0 63 27 35 507 46 65
Binary 10110100 1011000 10001011 0 110011 10111 11101 101000111 100110 110101

Color Harmonies of #B4588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4588B

Black with #B4588B

Text Example


Text Example

White with #B4588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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