Html Css Color HEX #B0548B Mulberry

📋 copy color: '#B0548B'

red 176 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #B0548B

Tints of Mulberry #B0548B

RGB

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

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

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

R = 44.11%
G = 21.05%
B = 34.84%

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

#B0548B (or 0xB0548B) is known color: Mulberry. HEX triplet: B0, 54 and 8B. RGB value is (176,84,139). Sum of RGB (Red+Green+Blue) = 176+84+139=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0548B is #4FAB74. Grayscale: #757575. Windows color (decimal): -5221237 or 9131184. OLE color: 9131184.

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

Color convert

RGB 176 84 139 -
CMYK 0 0.52 0.21 0.31
HSL 324.13º 0.37% 0.51% -
HSV(B) 324.13º 0.52% 0.69% -
XYZ 25.74 17.43 26.43 -
YUV 117.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 176 84 139 0 0.52 0.21 0.31 324.13 0.37 0.51
Hex B0 54 8B 0 34 15 1F 144 25 33
Octal 260 124 213 0 64 25 37 504 45 63
Binary 10110000 1010100 10001011 0 110100 10101 11111 101000100 100101 110011

Color Harmonies of #B0548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0548B

Black with #B0548B

Text Example


Text Example

White with #B0548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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