Html Css Color HEX #B5588C Mulberry

📋 copy color: '#B5588C'

red 181 ◦ green 88 ◦ blue 140

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

Shades of Mulberry #B5588C

Tints of Mulberry #B5588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 44.25%
G = 21.52%
B = 34.23%

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

#B5588C (or 0xB5588C) is known color: Mulberry. HEX triplet: B5, 58 and 8C. RGB value is (181,88,140). Sum of RGB (Red+Green+Blue) = 181+88+140=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588C is #4AA773. Grayscale: #797979. Windows color (decimal): -4892532 or 9197749. OLE color: 9197749.

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

Color convert

RGB 181 88 140 -
CMYK 0 0.51 0.23 0.29
HSL 326.45º 0.39% 0.53% -
HSV(B) 326.45º 0.51% 0.71% -
XYZ 27.28 18.7 26.98 -
YUV 121.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 181 88 140 0 0.51 0.23 0.29 326.45 0.39 0.53
Hex B5 58 8C 0 33 17 1D 146 27 35
Octal 265 130 214 0 63 27 35 506 47 65
Binary 10110101 1011000 10001100 0 110011 10111 11101 101000110 100111 110101

Color Harmonies of #B5588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5588C

Black with #B5588C

Text Example


Text Example

White with #B5588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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