Html Css Color HEX #B5479B Mulberry

📋 copy color: '#B5479B'

red 181 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #B5479B

Tints of Mulberry #B5479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 44.47%
G = 17.44%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5479B (or 0xB5479B) is known color: Mulberry. HEX triplet: B5, 47 and 9B. RGB value is (181,71,155). Sum of RGB (Red+Green+Blue) = 181+71+155=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479B is #4AB864. Grayscale: #717171. Windows color (decimal): -4896869 or 10176437. OLE color: 10176437.

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

Color convert

RGB 181 71 155 -
CMYK 0 0.61 0.14 0.29
HSL 314.18º 0.44% 0.49% -
HSV(B) 314.18º 0.61% 0.71% -
XYZ 27.23 16.7 32.8 -
YUV 113.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 181 71 155 0 0.61 0.14 0.29 314.18 0.44 0.49
Hex B5 47 9B 0 3D E 1D 13A 2C 31
Octal 265 107 233 0 75 16 35 472 54 61
Binary 10110101 1000111 10011011 0 111101 1110 11101 100111010 101100 110001

Color Harmonies of #B5479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479B

Black with #B5479B

Text Example


Text Example

White with #B5479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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