Html Css Color HEX #B0558F Mulberry

📋 copy color: '#B0558F'

red 176 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #B0558F

Tints of Mulberry #B0558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 43.56%
G = 21.04%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0558F (or 0xB0558F) is known color: Mulberry. HEX triplet: B0, 55 and 8F. RGB value is (176,85,143). Sum of RGB (Red+Green+Blue) = 176+85+143=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558F is #4FAA70. Grayscale: #767676. Windows color (decimal): -5220977 or 9393584. OLE color: 9393584.

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

Color convert

RGB 176 85 143 -
CMYK 0 0.52 0.19 0.31
HSL 321.76º 0.37% 0.51% -
HSV(B) 321.76º 0.52% 0.69% -
XYZ 26.11 17.71 28.03 -
YUV 118.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 176 85 143 0 0.52 0.19 0.31 321.76 0.37 0.51
Hex B0 55 8F 0 34 13 1F 142 25 33
Octal 260 125 217 0 64 23 37 502 45 63
Binary 10110000 1010101 10001111 0 110100 10011 11111 101000010 100101 110011

Color Harmonies of #B0558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0558F

Black with #B0558F

Text Example


Text Example

White with #B0558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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