Html Css Color HEX #B0548E Mulberry

📋 copy color: '#B0548E'

red 176 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #B0548E

Tints of Mulberry #B0548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 43.78%
G = 20.9%
B = 35.32%

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

#B0548E (or 0xB0548E) is known color: Mulberry. HEX triplet: B0, 54 and 8E. RGB value is (176,84,142). Sum of RGB (Red+Green+Blue) = 176+84+142=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0548E is #4FAB71. Grayscale: #757575. Windows color (decimal): -5221234 or 9327792. OLE color: 9327792.

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

Color convert

RGB 176 84 142 -
CMYK 0 0.52 0.19 0.31
HSL 322.17º 0.37% 0.51% -
HSV(B) 322.17º 0.52% 0.69% -
XYZ 25.96 17.52 27.61 -
YUV 118.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 176 84 142 0 0.52 0.19 0.31 322.17 0.37 0.51
Hex B0 54 8E 0 34 13 1F 142 25 33
Octal 260 124 216 0 64 23 37 502 45 63
Binary 10110000 1010100 10001110 0 110100 10011 11111 101000010 100101 110011

Color Harmonies of #B0548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0548E

Black with #B0548E

Text Example


Text Example

White with #B0548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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