Html Css Color HEX #B5479E Mulberry

📋 copy color: '#B5479E'

red 181 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #B5479E

Tints of Mulberry #B5479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 44.15%
G = 17.32%
B = 38.54%

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

#B5479E (or 0xB5479E) is known color: Mulberry. HEX triplet: B5, 47 and 9E. RGB value is (181,71,158). Sum of RGB (Red+Green+Blue) = 181+71+158=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479E is #4AB861. Grayscale: #717171. Windows color (decimal): -4896866 or 10373045. OLE color: 10373045.

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

Color convert

RGB 181 71 158 -
CMYK 0 0.61 0.13 0.29
HSL 312.55º 0.44% 0.49% -
HSV(B) 312.55º 0.61% 0.71% -
XYZ 27.48 16.8 34.14 -
YUV 113.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 181 71 158 0 0.61 0.13 0.29 312.55 0.44 0.49
Hex B5 47 9E 0 3D D 1D 139 2C 31
Octal 265 107 236 0 75 15 35 471 54 61
Binary 10110101 1000111 10011110 0 111101 1101 11101 100111001 101100 110001

Color Harmonies of #B5479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479E

Black with #B5479E

Text Example


Text Example

White with #B5479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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