Html Css Color HEX #B0588E Mulberry

📋 copy color: '#B0588E'

red 176 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #B0588E

Tints of Mulberry #B0588E

RGB

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

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

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

R = 43.35%
G = 21.67%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0588E (or 0xB0588E) is known color: Mulberry. HEX triplet: B0, 58 and 8E. RGB value is (176,88,142). Sum of RGB (Red+Green+Blue) = 176+88+142=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588E is #4FA771. Grayscale: #787878. Windows color (decimal): -5220210 or 9328816. OLE color: 9328816.

HSL color Cylindrical-coordinate representation of color #B0588E: hue angle of 323.18º 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 #B0588E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 142 -
CMYK 0 0.50 0.19 0.31
HSL 323.18º 0.36% 0.52% -
HSV(B) 323.18º 0.5% 0.69% -
XYZ 26.28 18.16 27.71 -
YUV 120.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 176 88 142 0 0.50 0.19 0.31 323.18 0.36 0.52
Hex B0 58 8E 0 32 13 1F 143 24 34
Octal 260 130 216 0 62 23 37 503 44 64
Binary 10110000 1011000 10001110 0 110010 10011 11111 101000011 100100 110100

Color Harmonies of #B0588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0588E

Black with #B0588E

Text Example


Text Example

White with #B0588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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