Html Css Color HEX #B54796 Mulberry

📋 copy color: '#B54796'

red 181 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #B54796

Tints of Mulberry #B54796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.66%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 45.02%
G = 17.66%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B54796 (or 0xB54796) is known color: Mulberry. HEX triplet: B5, 47 and 96. RGB value is (181,71,150). Sum of RGB (Red+Green+Blue) = 181+71+150=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B54796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54796 is #4AB869. Grayscale: #707070. Windows color (decimal): -4896874 or 9848757. OLE color: 9848757.

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

Color convert

RGB 181 71 150 -
CMYK 0 0.61 0.17 0.29
HSL 316.91º 0.44% 0.49% -
HSV(B) 316.91º 0.61% 0.71% -
XYZ 26.81 16.53 30.63 -
YUV 112.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 181 71 150 0 0.61 0.17 0.29 316.91 0.44 0.49
Hex B5 47 96 0 3D 11 1D 13D 2C 31
Octal 265 107 226 0 75 21 35 475 54 61
Binary 10110101 1000111 10010110 0 111101 10001 11101 100111101 101100 110001

Color Harmonies of #B54796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54796

Black with #B54796

Text Example


Text Example

White with #B54796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54796; }

 p { color: rgb(181,71,150); }

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

background-color css

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

 a { background-color: rgb(181,71,150); }

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

border-color css

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

 span { border-color: rgb(181,71,150); }

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