Html Css Color HEX #B54586 Mulberry

📋 copy color: '#B54586'

red 181 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #B54586

Tints of Mulberry #B54586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 47.14%
G = 17.97%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B54586 (or 0xB54586) is known color: Mulberry. HEX triplet: B5, 45 and 86. RGB value is (181,69,134). Sum of RGB (Red+Green+Blue) = 181+69+134=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B54586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54586 is #4ABA79. Grayscale: #6D6D6D. Windows color (decimal): -4897402 or 8799669. OLE color: 8799669.

HSL color Cylindrical-coordinate representation of color #B54586: hue angle of 325.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54586 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 134 -
CMYK 0 0.62 0.26 0.29
HSL 325.18º 0.45% 0.49% -
HSV(B) 325.18º 0.62% 0.71% -
XYZ 25.49 15.8 24.26 -
YUV 109.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 181 69 134 0 0.62 0.26 0.29 325.18 0.45 0.49
Hex B5 45 86 0 3E 1A 1D 145 2D 31
Octal 265 105 206 0 76 32 35 505 55 61
Binary 10110101 1000101 10000110 0 111110 11010 11101 101000101 101101 110001

Color Harmonies of #B54586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54586

Black with #B54586

Text Example


Text Example

White with #B54586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54586; }

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

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

background-color css

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

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

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

border-color css

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

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

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