Html Css Color HEX #B5479D Mulberry

📋 copy color: '#B5479D'

red 181 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #B5479D

Tints of Mulberry #B5479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 44.25%
G = 17.36%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5479D (or 0xB5479D) is known color: Mulberry. HEX triplet: B5, 47 and 9D. RGB value is (181,71,157). Sum of RGB (Red+Green+Blue) = 181+71+157=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479D is #4AB862. Grayscale: #717171. Windows color (decimal): -4896867 or 10307509. OLE color: 10307509.

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

Color convert

RGB 181 71 157 -
CMYK 0 0.61 0.13 0.29
HSL 313.09º 0.44% 0.49% -
HSV(B) 313.09º 0.61% 0.71% -
XYZ 27.4 16.76 33.69 -
YUV 113.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 181 71 157 0 0.61 0.13 0.29 313.09 0.44 0.49
Hex B5 47 9D 0 3D D 1D 139 2C 31
Octal 265 107 235 0 75 15 35 471 54 61
Binary 10110101 1000111 10011101 0 111101 1101 11101 100111001 101100 110001

Color Harmonies of #B5479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479D

Black with #B5479D

Text Example


Text Example

White with #B5479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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