Html Css Color HEX #BA478D Mulberry

📋 copy color: '#BA478D'

red 186 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #BA478D

Tints of Mulberry #BA478D

RGB

 RED value IS 186 (73.05% from 255) = 46.73%

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

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

R = 46.73%
G = 17.84%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA478D (or 0xBA478D) is known color: Mulberry. HEX triplet: BA, 47 and 8D. RGB value is (186,71,141). Sum of RGB (Red+Green+Blue) = 186+71+141=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478D is #45B872. Grayscale: #717171. Windows color (decimal): -4569203 or 9258938. OLE color: 9258938.

HSL color Cylindrical-coordinate representation of color #BA478D: hue angle of 323.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA478D is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 141 -
CMYK 0 0.62 0.24 0.27
HSL 323.48º 0.45% 0.5% -
HSV(B) 323.48º 0.62% 0.73% -
XYZ 27.31 16.87 27.02 -
YUV 113.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 186 71 141 0 0.62 0.24 0.27 323.48 0.45 0.5
Hex BA 47 8D 0 3E 18 1B 143 2D 32
Octal 272 107 215 0 76 30 33 503 55 62
Binary 10111010 1000111 10001101 0 111110 11000 11011 101000011 101101 110010

Color Harmonies of #BA478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA478D

Black with #BA478D

Text Example


Text Example

White with #BA478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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