Html Css Color HEX #B54992 Mulberry

📋 copy color: '#B54992'

red 181 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #B54992

Tints of Mulberry #B54992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 45.25%
G = 18.25%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B54992 (or 0xB54992) is known color: Mulberry. HEX triplet: B5, 49 and 92. RGB value is (181,73,146). Sum of RGB (Red+Green+Blue) = 181+73+146=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54992 is #4AB66D. Grayscale: #717171. Windows color (decimal): -4896366 or 9587125. OLE color: 9587125.

HSL color Cylindrical-coordinate representation of color #B54992: hue angle of 319.44º 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 #B54992 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 146 -
CMYK 0 0.60 0.19 0.29
HSL 319.44º 0.43% 0.5% -
HSV(B) 319.44º 0.6% 0.71% -
XYZ 26.63 16.66 29.01 -
YUV 113.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 181 73 146 0 0.60 0.19 0.29 319.44 0.43 0.5
Hex B5 49 92 0 3C 13 1D 13F 2B 32
Octal 265 111 222 0 74 23 35 477 53 62
Binary 10110101 1001001 10010010 0 111100 10011 11101 100111111 101011 110010

Color Harmonies of #B54992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54992

Black with #B54992

Text Example


Text Example

White with #B54992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54992; }

 p { color: rgb(181,73,146); }

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

background-color css

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

 a { background-color: rgb(181,73,146); }

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

border-color css

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

 span { border-color: rgb(181,73,146); }

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