Html Css Color HEX #B0588D Mulberry

📋 copy color: '#B0588D'

red 176 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #B0588D

Tints of Mulberry #B0588D

RGB

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

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

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

R = 43.46%
G = 21.73%
B = 34.81%

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

#B0588D (or 0xB0588D) is known color: Mulberry. HEX triplet: B0, 58 and 8D. RGB value is (176,88,141). Sum of RGB (Red+Green+Blue) = 176+88+141=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588D is #4FA772. Grayscale: #787878. Windows color (decimal): -5220211 or 9263280. OLE color: 9263280.

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

Color convert

RGB 176 88 141 -
CMYK 0 0.50 0.20 0.31
HSL 323.86º 0.36% 0.52% -
HSV(B) 323.86º 0.5% 0.69% -
XYZ 26.2 18.13 27.32 -
YUV 120.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 176 88 141 0 0.50 0.20 0.31 323.86 0.36 0.52
Hex B0 58 8D 0 32 14 1F 144 24 34
Octal 260 130 215 0 62 24 37 504 44 64
Binary 10110000 1011000 10001101 0 110010 10100 11111 101000100 100100 110100

Color Harmonies of #B0588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0588D

Black with #B0588D

Text Example


Text Example

White with #B0588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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