Html Css Color HEX #B4548B Mulberry

📋 copy color: '#B4548B'

red 180 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #B4548B

Tints of Mulberry #B4548B

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

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

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

R = 44.67%
G = 20.84%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4548B (or 0xB4548B) is known color: Mulberry. HEX triplet: B4, 54 and 8B. RGB value is (180,84,139). Sum of RGB (Red+Green+Blue) = 180+84+139=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4548B is #4BAB74. Grayscale: #767676. Windows color (decimal): -4959093 or 9131188. OLE color: 9131188.

HSL color Cylindrical-coordinate representation of color #B4548B: hue angle of 325.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4548B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 139 -
CMYK 0 0.53 0.23 0.29
HSL 325.63º 0.39% 0.52% -
HSV(B) 325.63º 0.53% 0.71% -
XYZ 26.65 17.91 26.48 -
YUV 118.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 180 84 139 0 0.53 0.23 0.29 325.63 0.39 0.52
Hex B4 54 8B 0 35 17 1D 146 27 34
Octal 264 124 213 0 65 27 35 506 47 64
Binary 10110100 1010100 10001011 0 110101 10111 11101 101000110 100111 110100

Color Harmonies of #B4548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4548B

Black with #B4548B

Text Example


Text Example

White with #B4548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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