Html Css Color HEX #B0558E Mulberry

📋 copy color: '#B0558E'

red 176 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #B0558E

Tints of Mulberry #B0558E

RGB

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

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

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

R = 43.67%
G = 21.09%
B = 35.24%

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

#B0558E (or 0xB0558E) is known color: Mulberry. HEX triplet: B0, 55 and 8E. RGB value is (176,85,142). Sum of RGB (Red+Green+Blue) = 176+85+142=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0558E is #4FAA71. Grayscale: #767676. Windows color (decimal): -5220978 or 9328048. OLE color: 9328048.

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

Color convert

RGB 176 85 142 -
CMYK 0 0.52 0.19 0.31
HSL 322.42º 0.37% 0.51% -
HSV(B) 322.42º 0.52% 0.69% -
XYZ 26.04 17.68 27.63 -
YUV 118.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 176 85 142 0 0.52 0.19 0.31 322.42 0.37 0.51
Hex B0 55 8E 0 34 13 1F 142 25 33
Octal 260 125 216 0 64 23 37 502 45 63
Binary 10110000 1010101 10001110 0 110100 10011 11111 101000010 100101 110011

Color Harmonies of #B0558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0558E

Black with #B0558E

Text Example


Text Example

White with #B0558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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