Html Css Color HEX #B5478F Mulberry

📋 copy color: '#B5478F'

red 181 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #B5478F

Tints of Mulberry #B5478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 45.82%
G = 17.97%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5478F (or 0xB5478F) is known color: Mulberry. HEX triplet: B5, 47 and 8F. RGB value is (181,71,143). Sum of RGB (Red+Green+Blue) = 181+71+143=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5478F is #4AB870. Grayscale: #6F6F6F. Windows color (decimal): -4896881 or 9390005. OLE color: 9390005.

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

Color convert

RGB 181 71 143 -
CMYK 0 0.61 0.21 0.29
HSL 320.73º 0.44% 0.49% -
HSV(B) 320.73º 0.61% 0.71% -
XYZ 26.27 16.31 27.75 -
YUV 112.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 181 71 143 0 0.61 0.21 0.29 320.73 0.44 0.49
Hex B5 47 8F 0 3D 15 1D 141 2C 31
Octal 265 107 217 0 75 25 35 501 54 61
Binary 10110101 1000111 10001111 0 111101 10101 11101 101000001 101100 110001

Color Harmonies of #B5478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5478F

Black with #B5478F

Text Example


Text Example

White with #B5478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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