Html Css Color HEX #BA479A Mulberry

📋 copy color: '#BA479A'

red 186 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #BA479A

Tints of Mulberry #BA479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 45.26%
G = 17.27%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA479A (or 0xBA479A) is known color: Mulberry. HEX triplet: BA, 47 and 9A. RGB value is (186,71,154). Sum of RGB (Red+Green+Blue) = 186+71+154=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479A is #45B865. Grayscale: #727272. Windows color (decimal): -4569190 or 10110906. OLE color: 10110906.

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

Color convert

RGB 186 71 154 -
CMYK 0 0.62 0.17 0.27
HSL 316.7º 0.45% 0.5% -
HSV(B) 316.7º 0.62% 0.73% -
XYZ 28.34 17.28 32.41 -
YUV 114.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 186 71 154 0 0.62 0.17 0.27 316.7 0.45 0.5
Hex BA 47 9A 0 3E 11 1B 13D 2D 32
Octal 272 107 232 0 76 21 33 475 55 62
Binary 10111010 1000111 10011010 0 111110 10001 11011 100111101 101101 110010

Color Harmonies of #BA479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA479A

Black with #BA479A

Text Example


Text Example

White with #BA479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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