Html Css Color HEX #B0558C Mulberry

📋 copy color: '#B0558C'

red 176 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #B0558C

Tints of Mulberry #B0558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 43.89%
G = 21.2%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0558C (or 0xB0558C) is known color: Mulberry. HEX triplet: B0, 55 and 8C. RGB value is (176,85,140). Sum of RGB (Red+Green+Blue) = 176+85+140=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558C is #4FAA73. Grayscale: #767676. Windows color (decimal): -5220980 or 9196976. OLE color: 9196976.

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

Color convert

RGB 176 85 140 -
CMYK 0 0.52 0.20 0.31
HSL 323.74º 0.37% 0.51% -
HSV(B) 323.74º 0.52% 0.69% -
XYZ 25.89 17.62 26.85 -
YUV 118.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 176 85 140 0 0.52 0.20 0.31 323.74 0.37 0.51
Hex B0 55 8C 0 34 14 1F 144 25 33
Octal 260 125 214 0 64 24 37 504 45 63
Binary 10110000 1010101 10001100 0 110100 10100 11111 101000100 100101 110011

Color Harmonies of #B0558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0558C

Black with #B0558C

Text Example


Text Example

White with #B0558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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