Html Css Color HEX #BA479E Mulberry

📋 copy color: '#BA479E'

red 186 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #BA479E

Tints of Mulberry #BA479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 44.82%
G = 17.11%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA479E (or 0xBA479E) is known color: Mulberry. HEX triplet: BA, 47 and 9E. RGB value is (186,71,158). Sum of RGB (Red+Green+Blue) = 186+71+158=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479E is #45B861. Grayscale: #737373. Windows color (decimal): -4569186 or 10373050. OLE color: 10373050.

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

Color convert

RGB 186 71 158 -
CMYK 0 0.62 0.15 0.27
HSL 314.61º 0.45% 0.5% -
HSV(B) 314.61º 0.62% 0.73% -
XYZ 28.67 17.41 34.2 -
YUV 115.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 186 71 158 0 0.62 0.15 0.27 314.61 0.45 0.5
Hex BA 47 9E 0 3E F 1B 13B 2D 32
Octal 272 107 236 0 76 17 33 473 55 62
Binary 10111010 1000111 10011110 0 111110 1111 11011 100111011 101101 110010

Color Harmonies of #BA479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA479E

Black with #BA479E

Text Example


Text Example

White with #BA479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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