Html Css Color HEX #B5479F Mulberry

📋 copy color: '#B5479F'

red 181 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #B5479F

Tints of Mulberry #B5479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 44.04%
G = 17.27%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5479F (or 0xB5479F) is known color: Mulberry. HEX triplet: B5, 47 and 9F. RGB value is (181,71,159). Sum of RGB (Red+Green+Blue) = 181+71+159=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479F is #4AB860. Grayscale: #717171. Windows color (decimal): -4896865 or 10438581. OLE color: 10438581.

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

Color convert

RGB 181 71 159 -
CMYK 0 0.61 0.12 0.29
HSL 312º 0.44% 0.49% -
HSV(B) 312º 0.61% 0.71% -
XYZ 27.57 16.83 34.6 -
YUV 113.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 181 71 159 0 0.61 0.12 0.29 312 0.44 0.49
Hex B5 47 9F 0 3D C 1D 138 2C 31
Octal 265 107 237 0 75 14 35 470 54 61
Binary 10110101 1000111 10011111 0 111101 1100 11101 100111000 101100 110001

Color Harmonies of #B5479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5479F

Black with #B5479F

Text Example


Text Example

White with #B5479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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