Html Css Color HEX #B5548E Mulberry

📋 copy color: '#B5548E'

red 181 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #B5548E

Tints of Mulberry #B5548E

RGB

 RED value IS 181 (71.09% from 255) = 44.47%

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

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

R = 44.47%
G = 20.64%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5548E (or 0xB5548E) is known color: Mulberry. HEX triplet: B5, 54 and 8E. RGB value is (181,84,142). Sum of RGB (Red+Green+Blue) = 181+84+142=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548E is #4AAB71. Grayscale: #777777. Windows color (decimal): -4893554 or 9327797. OLE color: 9327797.

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

Color convert

RGB 181 84 142 -
CMYK 0 0.54 0.22 0.29
HSL 324.12º 0.4% 0.52% -
HSV(B) 324.12º 0.54% 0.71% -
XYZ 27.11 18.12 27.66 -
YUV 119.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 181 84 142 0 0.54 0.22 0.29 324.12 0.4 0.52
Hex B5 54 8E 0 36 16 1D 144 28 34
Octal 265 124 216 0 66 26 35 504 50 64
Binary 10110101 1010100 10001110 0 110110 10110 11101 101000100 101000 110100

Color Harmonies of #B5548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5548E

Black with #B5548E

Text Example


Text Example

White with #B5548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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