Html Css Color HEX #B0558B Mulberry

📋 copy color: '#B0558B'

red 176 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #B0558B

Tints of Mulberry #B0558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 44%
G = 21.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0558B (or 0xB0558B) is known color: Mulberry. HEX triplet: B0, 55 and 8B. RGB value is (176,85,139). Sum of RGB (Red+Green+Blue) = 176+85+139=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558B is #4FAA74. Grayscale: #767676. Windows color (decimal): -5220981 or 9131440. OLE color: 9131440.

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

Color convert

RGB 176 85 139 -
CMYK 0 0.52 0.21 0.31
HSL 324.4º 0.37% 0.51% -
HSV(B) 324.4º 0.52% 0.69% -
XYZ 25.81 17.59 26.46 -
YUV 118.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 176 85 139 0 0.52 0.21 0.31 324.4 0.37 0.51
Hex B0 55 8B 0 34 15 1F 144 25 33
Octal 260 125 213 0 64 25 37 504 45 63
Binary 10110000 1010101 10001011 0 110100 10101 11111 101000100 100101 110011

Color Harmonies of #B0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0558B

Black with #B0558B

Text Example


Text Example

White with #B0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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