Html Css Color HEX #B0588C Mulberry

📋 copy color: '#B0588C'

red 176 ◦ green 88 ◦ blue 140

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

Shades of Mulberry #B0588C

Tints of Mulberry #B0588C

RGB

 RED value IS 176 (69.14% from 255) = 43.56%

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

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

R = 43.56%
G = 21.78%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0588C (or 0xB0588C) is known color: Mulberry. HEX triplet: B0, 58 and 8C. RGB value is (176,88,140). Sum of RGB (Red+Green+Blue) = 176+88+140=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588C is #4FA773. Grayscale: #787878. Windows color (decimal): -5220212 or 9197744. OLE color: 9197744.

HSL color Cylindrical-coordinate representation of color #B0588C: hue angle of 324.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0588C is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 140 -
CMYK 0 0.50 0.20 0.31
HSL 324.55º 0.36% 0.52% -
HSV(B) 324.55º 0.5% 0.69% -
XYZ 26.13 18.1 26.93 -
YUV 120.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 176 88 140 0 0.50 0.20 0.31 324.55 0.36 0.52
Hex B0 58 8C 0 32 14 1F 145 24 34
Octal 260 130 214 0 62 24 37 505 44 64
Binary 10110000 1011000 10001100 0 110010 10100 11111 101000101 100100 110100

Color Harmonies of #B0588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0588C

Black with #B0588C

Text Example


Text Example

White with #B0588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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