Html Css Color HEX #B5479A Mulberry

📋 copy color: '#B5479A'

red 181 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #B5479A

Tints of Mulberry #B5479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 44.58%
G = 17.49%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5479A (or 0xB5479A) is known color: Mulberry. HEX triplet: B5, 47 and 9A. RGB value is (181,71,154). Sum of RGB (Red+Green+Blue) = 181+71+154=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479A is #4AB865. Grayscale: #717171. Windows color (decimal): -4896870 or 10110901. OLE color: 10110901.

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

Color convert

RGB 181 71 154 -
CMYK 0 0.61 0.15 0.29
HSL 314.73º 0.44% 0.49% -
HSV(B) 314.73º 0.61% 0.71% -
XYZ 27.14 16.66 32.36 -
YUV 113.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 181 71 154 0 0.61 0.15 0.29 314.73 0.44 0.49
Hex B5 47 9A 0 3D F 1D 13B 2C 31
Octal 265 107 232 0 75 17 35 473 54 61
Binary 10110101 1000111 10011010 0 111101 1111 11101 100111011 101100 110001

Color Harmonies of #B5479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479A

Black with #B5479A

Text Example


Text Example

White with #B5479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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