Html Css Color HEX #B5588D Mulberry

📋 copy color: '#B5588D'

red 181 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #B5588D

Tints of Mulberry #B5588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 44.15%
G = 21.46%
B = 34.39%

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

#B5588D (or 0xB5588D) is known color: Mulberry. HEX triplet: B5, 58 and 8D. RGB value is (181,88,141). Sum of RGB (Red+Green+Blue) = 181+88+141=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588D is #4AA772. Grayscale: #797979. Windows color (decimal): -4892531 or 9263285. OLE color: 9263285.

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

Color convert

RGB 181 88 141 -
CMYK 0 0.51 0.22 0.29
HSL 325.81º 0.39% 0.53% -
HSV(B) 325.81º 0.51% 0.71% -
XYZ 27.35 18.73 27.37 -
YUV 121.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 181 88 141 0 0.51 0.22 0.29 325.81 0.39 0.53
Hex B5 58 8D 0 33 16 1D 146 27 35
Octal 265 130 215 0 63 26 35 506 47 65
Binary 10110101 1011000 10001101 0 110011 10110 11101 101000110 100111 110101

Color Harmonies of #B5588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5588D

Black with #B5588D

Text Example


Text Example

White with #B5588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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