Html Css Color HEX #B54895 Mulberry

📋 copy color: '#B54895'

red 181 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #B54895

Tints of Mulberry #B54895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 45.02%
G = 17.91%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54895 (or 0xB54895) is known color: Mulberry. HEX triplet: B5, 48 and 95. RGB value is (181,72,149). Sum of RGB (Red+Green+Blue) = 181+72+149=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B54895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54895 is #4AB76A. Grayscale: #717171. Windows color (decimal): -4896619 or 9783477. OLE color: 9783477.

HSL color Cylindrical-coordinate representation of color #B54895: hue angle of 317.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54895 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 149 -
CMYK 0 0.60 0.18 0.29
HSL 317.61º 0.43% 0.5% -
HSV(B) 317.61º 0.6% 0.71% -
XYZ 26.8 16.63 30.23 -
YUV 113.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 181 72 149 0 0.60 0.18 0.29 317.61 0.43 0.5
Hex B5 48 95 0 3C 12 1D 13E 2B 32
Octal 265 110 225 0 74 22 35 476 53 62
Binary 10110101 1001000 10010101 0 111100 10010 11101 100111110 101011 110010

Color Harmonies of #B54895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54895

Black with #B54895

Text Example


Text Example

White with #B54895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54895; }

 p { color: rgb(181,72,149); }

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

background-color css

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

 a { background-color: rgb(181,72,149); }

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

border-color css

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

 span { border-color: rgb(181,72,149); }

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