Html Css Color HEX #B5478B Mulberry

📋 copy color: '#B5478B'

red 181 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #B5478B

Tints of Mulberry #B5478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 46.29%
G = 18.16%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5478B (or 0xB5478B) is known color: Mulberry. HEX triplet: B5, 47 and 8B. RGB value is (181,71,139). Sum of RGB (Red+Green+Blue) = 181+71+139=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5478B is #4AB874. Grayscale: #6F6F6F. Windows color (decimal): -4896885 or 9127861. OLE color: 9127861.

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

Color convert

RGB 181 71 139 -
CMYK 0 0.61 0.23 0.29
HSL 322.91º 0.44% 0.49% -
HSV(B) 322.91º 0.61% 0.71% -
XYZ 25.97 16.19 26.18 -
YUV 111.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 181 71 139 0 0.61 0.23 0.29 322.91 0.44 0.49
Hex B5 47 8B 0 3D 17 1D 143 2C 31
Octal 265 107 213 0 75 27 35 503 54 61
Binary 10110101 1000111 10001011 0 111101 10111 11101 101000011 101100 110001

Color Harmonies of #B5478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5478B

Black with #B5478B

Text Example


Text Example

White with #B5478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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