Html Css Color HEX #B5479C Mulberry

📋 copy color: '#B5479C'

red 181 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #B5479C

Tints of Mulberry #B5479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 44.36%
G = 17.4%
B = 38.24%

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

#B5479C (or 0xB5479C) is known color: Mulberry. HEX triplet: B5, 47 and 9C. RGB value is (181,71,156). Sum of RGB (Red+Green+Blue) = 181+71+156=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479C is #4AB863. Grayscale: #717171. Windows color (decimal): -4896868 or 10241973. OLE color: 10241973.

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

Color convert

RGB 181 71 156 -
CMYK 0 0.61 0.14 0.29
HSL 313.64º 0.44% 0.49% -
HSV(B) 313.64º 0.61% 0.71% -
XYZ 27.31 16.73 33.24 -
YUV 113.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 181 71 156 0 0.61 0.14 0.29 313.64 0.44 0.49
Hex B5 47 9C 0 3D E 1D 13A 2C 31
Octal 265 107 234 0 75 16 35 472 54 61
Binary 10110101 1000111 10011100 0 111101 1110 11101 100111010 101100 110001

Color Harmonies of #B5479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479C

Black with #B5479C

Text Example


Text Example

White with #B5479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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