Html Css Color HEX #B547A1 Mulberry

📋 copy color: '#B547A1'

red 181 ◦ green 71 ◦ blue 161

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

Shades of Mulberry #B547A1

Tints of Mulberry #B547A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 43.83%
G = 17.19%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B547A1 (or 0xB547A1) is known color: Mulberry. HEX triplet: B5, 47 and A1. RGB value is (181,71,161). Sum of RGB (Red+Green+Blue) = 181+71+161=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B547A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547A1 is #4AB85E. Grayscale: #717171. Windows color (decimal): -4896863 or 10569653. OLE color: 10569653.

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

Color convert

RGB 181 71 161 -
CMYK 0 0.61 0.11 0.29
HSL 310.91º 0.44% 0.49% -
HSV(B) 310.91º 0.61% 0.71% -
XYZ 27.74 16.9 35.52 -
YUV 114.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 181 71 161 0 0.61 0.11 0.29 310.91 0.44 0.49
Hex B5 47 A1 0 3D B 1D 137 2C 31
Octal 265 107 241 0 75 13 35 467 54 61
Binary 10110101 1000111 10100001 0 111101 1011 11101 100110111 101100 110001

Color Harmonies of #B547A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547A1

Black with #B547A1

Text Example


Text Example

White with #B547A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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