Html Css Color HEX #B54886 Mulberry

📋 copy color: '#B54886'

red 181 ◦ green 72 ◦ blue 134

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

Shades of Mulberry #B54886

Tints of Mulberry #B54886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 46.77%
G = 18.6%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B54886 (or 0xB54886) is known color: Mulberry. HEX triplet: B5, 48 and 86. RGB value is (181,72,134). Sum of RGB (Red+Green+Blue) = 181+72+134=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B54886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54886 is #4AB779. Grayscale: #6F6F6F. Windows color (decimal): -4896634 or 8800437. OLE color: 8800437.

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

Color convert

RGB 181 72 134 -
CMYK 0 0.60 0.26 0.29
HSL 325.87º 0.43% 0.5% -
HSV(B) 325.87º 0.6% 0.71% -
XYZ 25.68 16.18 24.32 -
YUV 111.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 181 72 134 0 0.60 0.26 0.29 325.87 0.43 0.5
Hex B5 48 86 0 3C 1A 1D 146 2B 32
Octal 265 110 206 0 74 32 35 506 53 62
Binary 10110101 1001000 10000110 0 111100 11010 11101 101000110 101011 110010

Color Harmonies of #B54886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54886

Black with #B54886

Text Example


Text Example

White with #B54886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54886; }

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

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

background-color css

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

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

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

border-color css

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

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

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