Html Css Color HEX #B5588E Mulberry

📋 copy color: '#B5588E'

red 181 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #B5588E

Tints of Mulberry #B5588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 44.04%
G = 21.41%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5588E (or 0xB5588E) is known color: Mulberry. HEX triplet: B5, 58 and 8E. RGB value is (181,88,142). Sum of RGB (Red+Green+Blue) = 181+88+142=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588E is #4AA771. Grayscale: #797979. Windows color (decimal): -4892530 or 9328821. OLE color: 9328821.

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

Color convert

RGB 181 88 142 -
CMYK 0 0.51 0.22 0.29
HSL 325.16º 0.39% 0.53% -
HSV(B) 325.16º 0.51% 0.71% -
XYZ 27.43 18.76 27.77 -
YUV 121.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 181 88 142 0 0.51 0.22 0.29 325.16 0.39 0.53
Hex B5 58 8E 0 33 16 1D 145 27 35
Octal 265 130 216 0 63 26 35 505 47 65
Binary 10110101 1011000 10001110 0 110011 10110 11101 101000101 100111 110101

Color Harmonies of #B5588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5588E

Black with #B5588E

Text Example


Text Example

White with #B5588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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