Html Css Color HEX #B5478D Mulberry

📋 copy color: '#B5478D'

red 181 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #B5478D

Tints of Mulberry #B5478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 46.06%
G = 18.07%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5478D (or 0xB5478D) is known color: Mulberry. HEX triplet: B5, 47 and 8D. RGB value is (181,71,141). Sum of RGB (Red+Green+Blue) = 181+71+141=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5478D is #4AB872. Grayscale: #6F6F6F. Windows color (decimal): -4896883 or 9258933. OLE color: 9258933.

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

Color convert

RGB 181 71 141 -
CMYK 0 0.61 0.22 0.29
HSL 321.82º 0.44% 0.49% -
HSV(B) 321.82º 0.61% 0.71% -
XYZ 26.12 16.25 26.96 -
YUV 111.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 181 71 141 0 0.61 0.22 0.29 321.82 0.44 0.49
Hex B5 47 8D 0 3D 16 1D 142 2C 31
Octal 265 107 215 0 75 26 35 502 54 61
Binary 10110101 1000111 10001101 0 111101 10110 11101 101000010 101100 110001

Color Harmonies of #B5478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5478D

Black with #B5478D

Text Example


Text Example

White with #B5478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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