Html Css Color HEX #B54D8C Mulberry

📋 copy color: '#B54D8C'

red 181 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #B54D8C

Tints of Mulberry #B54D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 45.48%
G = 19.35%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B54D8C (or 0xB54D8C) is known color: Mulberry. HEX triplet: B5, 4D and 8C. RGB value is (181,77,140). Sum of RGB (Red+Green+Blue) = 181+77+140=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8C is #4AB273. Grayscale: #737373. Windows color (decimal): -4895348 or 9194933. OLE color: 9194933.

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

Color convert

RGB 181 77 140 -
CMYK 0 0.57 0.23 0.29
HSL 323.65º 0.41% 0.51% -
HSV(B) 323.65º 0.57% 0.71% -
XYZ 26.44 17.02 26.7 -
YUV 115.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 181 77 140 0 0.57 0.23 0.29 323.65 0.41 0.51
Hex B5 4D 8C 0 39 17 1D 144 29 33
Octal 265 115 214 0 71 27 35 504 51 63
Binary 10110101 1001101 10001100 0 111001 10111 11101 101000100 101001 110011

Color Harmonies of #B54D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D8C

Black with #B54D8C

Text Example


Text Example

White with #B54D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D8C; }

 p { color: rgb(181,77,140); }

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

background-color css

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

 a { background-color: rgb(181,77,140); }

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

border-color css

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

 span { border-color: rgb(181,77,140); }

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