Html Css Color HEX #B5588A Mulberry

📋 copy color: '#B5588A'

red 181 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #B5588A

Tints of Mulberry #B5588A

RGB

 RED value IS 181 (71.09% from 255) = 44.47%

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

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

R = 44.47%
G = 21.62%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5588A (or 0xB5588A) is known color: Mulberry. HEX triplet: B5, 58 and 8A. RGB value is (181,88,138). Sum of RGB (Red+Green+Blue) = 181+88+138=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588A is #4AA775. Grayscale: #797979. Windows color (decimal): -4892534 or 9066677. OLE color: 9066677.

HSL color Cylindrical-coordinate representation of color #B5588A: hue angle of 327.74º degrees, saturation: 0.39, 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 #B5588A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 88 138 -
CMYK 0 0.51 0.24 0.29
HSL 327.74º 0.39% 0.53% -
HSV(B) 327.74º 0.51% 0.71% -
XYZ 27.13 18.64 26.21 -
YUV 121.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 181 88 138 0 0.51 0.24 0.29 327.74 0.39 0.53
Hex B5 58 8A 0 33 18 1D 148 27 35
Octal 265 130 212 0 63 30 35 510 47 65
Binary 10110101 1011000 10001010 0 110011 11000 11101 101001000 100111 110101

Color Harmonies of #B5588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5588A

Black with #B5588A

Text Example


Text Example

White with #B5588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5588A; }

 p { color: rgb(181,88,138); }

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

background-color css

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

 a { background-color: rgb(181,88,138); }

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

border-color css

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

 span { border-color: rgb(181,88,138); }

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