Html Css Color HEX #BA479D Mulberry

📋 copy color: '#BA479D'

red 186 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #BA479D

Tints of Mulberry #BA479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 44.93%
G = 17.15%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA479D (or 0xBA479D) is known color: Mulberry. HEX triplet: BA, 47 and 9D. RGB value is (186,71,157). Sum of RGB (Red+Green+Blue) = 186+71+157=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479D is #45B862. Grayscale: #727272. Windows color (decimal): -4569187 or 10307514. OLE color: 10307514.

HSL color Cylindrical-coordinate representation of color #BA479D: hue angle of 315.13º 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 #BA479D is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 157 -
CMYK 0 0.62 0.16 0.27
HSL 315.13º 0.45% 0.5% -
HSV(B) 315.13º 0.62% 0.73% -
XYZ 28.59 17.38 33.75 -
YUV 115.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 186 71 157 0 0.62 0.16 0.27 315.13 0.45 0.5
Hex BA 47 9D 0 3E 10 1B 13B 2D 32
Octal 272 107 235 0 76 20 33 473 55 62
Binary 10111010 1000111 10011101 0 111110 10000 11011 100111011 101101 110010

Color Harmonies of #BA479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA479D

Black with #BA479D

Text Example


Text Example

White with #BA479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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